Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_refcount.c1107 cur->bc_refc.shape_changes); in xfs_refcount_still_have_space()
1115 if (cur->bc_refc.nr_ops > 2 && in xfs_refcount_still_have_space()
1119 if (cur->bc_refc.nr_ops == 0) in xfs_refcount_still_have_space()
1124 cur->bc_refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
1198 cur->bc_refc.nr_ops++; in xfs_refcount_adjust_extents()
1253 cur->bc_refc.nr_ops++; in xfs_refcount_adjust_extents()
1334 cur->bc_refc.shape_changes++; in xfs_refcount_adjust()
1408 nr_ops = rcur->bc_refc.nr_ops; in xfs_refcount_finish_one()
1409 shape_changes = rcur->bc_refc.shape_changes; in xfs_refcount_finish_one()
1423 rcur->bc_refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
[all …]
H A Dxfs_btree.h303 } bc_refc; /* refcountbt/rtrefcountbt */ member