Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dtempfile.c694 req->ip1_bcount = sc->tempip->i_nblocks; in xrep_tempexch_estimate()
709 req->ip1_bcount = 1; in xrep_tempexch_estimate()
724 req->ip1_bcount = 1; in xrep_tempexch_estimate()
770 ddelta = max_t(int64_t, 0, req->ip2_bcount - req->ip1_bcount); in xrep_tempexch_reserve_quota()
773 ddelta + req->ip1_bcount, rdelta + req->ip1_rtbcount, in xrep_tempexch_reserve_quota()
778 ddelta = max_t(int64_t, 0, req->ip1_bcount - req->ip2_bcount); in xrep_tempexch_reserve_quota()
/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.h71 xfs_filblks_t ip1_bcount; member
H A Dxfs_exchmaps.c694 if (check_add_overflow(req->ip1_bcount, bmbt_blocks, &req->ip1_bcount)) in xfs_exchmaps_estimate_overhead()
1114 req->ip1_bcount = ip1_blocks; in xfs_exchmaps_estimate()
/linux/fs/xfs/
H A Dxfs_exchrange.c142 ddelta = req->ip2_bcount - req->ip1_bcount; in xfs_exchrange_reserve_quota()
181 error = xfs_trans_reserve_quota_nblks(tp, req->ip1, req->ip1_bcount, in xfs_exchrange_reserve_quota()
H A Dxfs_trace.h5472 __field(xfs_filblks_t, ip1_bcount)
5487 __entry->ip1_bcount = req->ip1_bcount;
5500 __entry->ip1_bcount,