Searched refs:ip2_bcount (Results 1 – 5 of 5) sorted by relevance
| /fs/xfs/scrub/ |
| A D | tempfile.c | 695 req->ip2_bcount = 1; in xrep_tempexch_estimate() 710 req->ip2_bcount = sc->ip->i_nblocks; in xrep_tempexch_estimate() 725 req->ip2_bcount = 1; in xrep_tempexch_estimate() 770 ddelta = max_t(int64_t, 0, req->ip2_bcount - req->ip1_bcount); in xrep_tempexch_reserve_quota() 778 ddelta = max_t(int64_t, 0, req->ip1_bcount - req->ip2_bcount); in xrep_tempexch_reserve_quota() 781 ddelta + req->ip2_bcount, rdelta + req->ip2_rtbcount, in xrep_tempexch_reserve_quota()
|
| /fs/xfs/libxfs/ |
| A D | xfs_exchmaps.h | 77 xfs_filblks_t ip2_bcount; member
|
| A D | xfs_exchmaps.c | 696 if (check_add_overflow(req->ip2_bcount, bmbt_blocks, &req->ip2_bcount)) in xfs_exchmaps_estimate_overhead() 1115 req->ip2_bcount = ip2_blocks; in xfs_exchmaps_estimate()
|
| /fs/xfs/ |
| A D | xfs_exchrange.c | 142 ddelta = req->ip2_bcount - req->ip1_bcount; in xfs_exchrange_reserve_quota() 186 return xfs_trans_reserve_quota_nblks(tp, req->ip2, req->ip2_bcount, in xfs_exchrange_reserve_quota()
|
| A D | xfs_trace.h | 5450 __field(xfs_filblks_t, ip2_bcount) 5465 __entry->ip2_bcount = req->ip2_bcount; 5479 __entry->ip2_bcount,
|
Completed in 20 milliseconds