Searched refs:ip2_bcount (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | tempfile.c | 582 req->ip2_bcount = 1; in xrep_tempexch_estimate() 597 req->ip2_bcount = sc->ip->i_nblocks; in xrep_tempexch_estimate() 612 req->ip2_bcount = 1; in xrep_tempexch_estimate() 656 ddelta = max_t(int64_t, 0, req->ip2_bcount - req->ip1_bcount); in xrep_tempexch_reserve_quota() 664 ddelta = max_t(int64_t, 0, req->ip1_bcount - req->ip2_bcount); 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/libxfs/ |
D | xfs_exchmaps.h | 77 xfs_filblks_t ip2_bcount; member
|
D | xfs_exchmaps.c | 694 if (check_add_overflow(req->ip2_bcount, bmbt_blocks, &req->ip2_bcount)) in xfs_exchmaps_estimate_overhead() 1113 req->ip2_bcount = ip2_blocks; in xfs_exchmaps_estimate()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_exchrange.c | 139 ddelta = req->ip2_bcount - req->ip1_bcount; in xfs_exchrange_reserve_quota() 183 return xfs_trans_reserve_quota_nblks(tp, req->ip2, req->ip2_bcount, in xfs_exchrange_reserve_quota()
|
D | xfs_trace.h | 5071 __field(xfs_filblks_t, ip2_bcount) 5086 __entry->ip2_bcount = req->ip2_bcount; 5100 __entry->ip2_bcount,
|