Home
last modified time | relevance | path

Searched refs:ri_blockcount (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_refcount.c1332 ri->ri_blockcount))) in xfs_refcount_continue_op()
1337 ASSERT(xfs_verify_fsbext(mp, ri->ri_startblock, ri->ri_blockcount)); in xfs_refcount_continue_op()
1368 ri->ri_blockcount); in xfs_refcount_finish_one()
1399 error = xfs_refcount_adjust(rcur, &bno, &ri->ri_blockcount, in xfs_refcount_finish_one()
1403 if (ri->ri_blockcount > 0) in xfs_refcount_finish_one()
1407 error = xfs_refcount_adjust(rcur, &bno, &ri->ri_blockcount, in xfs_refcount_finish_one()
1411 if (ri->ri_blockcount > 0) in xfs_refcount_finish_one()
1415 error = __xfs_refcount_cow_alloc(rcur, bno, ri->ri_blockcount); in xfs_refcount_finish_one()
1418 ri->ri_blockcount = 0; in xfs_refcount_finish_one()
1421 error = __xfs_refcount_cow_free(rcur, bno, ri->ri_blockcount); in xfs_refcount_finish_one()
[all …]
Dxfs_refcount.h55 xfs_extlen_t ri_blockcount; member
/Linux-v6.6/fs/xfs/
Dxfs_refcount_item.c333 pmap->pe_len = ri->ri_blockcount; in xfs_refcount_update_log_item()
404 if (!error && ri->ri_blockcount > 0) { in xfs_refcount_update_finish_item()
548 fake.ri_blockcount = pmap->pe_len; in xfs_cui_item_recover()
564 if (fake.ri_blockcount > 0) { in xfs_cui_item_recover()
567 .br_blockcount = fake.ri_blockcount, in xfs_cui_item_recover()