Searched refs:ri_blockcount (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_refcount.c | 1318 ri->ri_blockcount))) { in xfs_refcount_continue_op() 1325 ASSERT(xfs_verify_fsbext(mp, ri->ri_startblock, ri->ri_blockcount)); in xfs_refcount_continue_op() 1384 error = xfs_refcount_adjust(rcur, &bno, &ri->ri_blockcount, in xfs_refcount_finish_one() 1388 if (ri->ri_blockcount > 0) in xfs_refcount_finish_one() 1392 error = xfs_refcount_adjust(rcur, &bno, &ri->ri_blockcount, in xfs_refcount_finish_one() 1396 if (ri->ri_blockcount > 0) in xfs_refcount_finish_one() 1400 error = __xfs_refcount_cow_alloc(rcur, bno, ri->ri_blockcount); in xfs_refcount_finish_one() 1403 ri->ri_blockcount = 0; in xfs_refcount_finish_one() 1406 error = __xfs_refcount_cow_free(rcur, bno, ri->ri_blockcount); in xfs_refcount_finish_one() 1409 ri->ri_blockcount = 0; in xfs_refcount_finish_one() [all …]
|
D | xfs_refcount.h | 61 xfs_extlen_t ri_blockcount; member
|
/linux-6.12.1/fs/xfs/ |
D | xfs_refcount_item.c | 269 pmap->pe_len = ri->ri_blockcount; in xfs_refcount_update_log_item() 361 if (!error && ri->ri_blockcount > 0) { in xfs_refcount_update_finish_item() 433 ri->ri_blockcount = pmap->pe_len; in xfs_cui_recover_work()
|
D | xfs_trace.h | 3522 __entry->len = refc->ri_blockcount;
|