Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_refcount.c1067 cur->bc_refc.shape_changes); in xfs_refcount_still_have_space()
1075 if (cur->bc_refc.nr_ops > 2 && in xfs_refcount_still_have_space()
1080 if (cur->bc_refc.nr_ops == 0) in xfs_refcount_still_have_space()
1085 cur->bc_refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
1144 cur->bc_refc.nr_ops++; in xfs_refcount_adjust_extents()
1204 cur->bc_refc.nr_ops++; in xfs_refcount_adjust_extents()
1290 cur->bc_refc.shape_changes++; in xfs_refcount_adjust()
1364 nr_ops = rcur->bc_refc.nr_ops; in xfs_refcount_finish_one()
1365 shape_changes = rcur->bc_refc.shape_changes; in xfs_refcount_finish_one()
1378 rcur->bc_refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
[all …]
Dxfs_refcount_btree.c370 cur->bc_refc.nr_ops = 0; in xfs_refcountbt_init_cursor()
371 cur->bc_refc.shape_changes = 0; in xfs_refcountbt_init_cursor()
Dxfs_btree.h285 } bc_refc; /* refcountbt */ member