Home
last modified time | relevance | path

Searched refs:ip2_rtbcount (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.h83 xfs_filblks_t ip2_rtbcount; member
Dxfs_exchmaps.c1110 req->ip2_rtbcount = ip2_blocks; in xfs_exchmaps_estimate()
/linux-6.12.1/fs/xfs/scrub/
Dtempfile.c657 rdelta = max_t(int64_t, 0, req->ip2_rtbcount - req->ip1_rtbcount); in xrep_tempexch_reserve_quota()
665 rdelta = max_t(int64_t, 0, req->ip1_rtbcount - req->ip2_rtbcount); in xrep_tempexch_reserve_quota()
667 ddelta + req->ip2_bcount, rdelta + req->ip2_rtbcount, in xrep_tempexch_reserve_quota()
/linux-6.12.1/fs/xfs/
Dxfs_exchrange.c140 rdelta = req->ip2_rtbcount - req->ip1_rtbcount; in xfs_exchrange_reserve_quota()
184 req->ip2_rtbcount, true); in xfs_exchrange_reserve_quota()
Dxfs_trace.h5073 __field(xfs_filblks_t, ip2_rtbcount)
5088 __entry->ip2_rtbcount = req->ip2_rtbcount;
5101 __entry->ip2_rtbcount,