Home
last modified time | relevance | path

Searched refs:bc_refc (Results 1 – 4 of 4) 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()
1120 if (cur->bc_refc.nr_ops == 0) in xfs_refcount_still_have_space()
1125 cur->bc_refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
1199 cur->bc_refc.nr_ops++; in xfs_refcount_adjust_extents()
1254 cur->bc_refc.nr_ops++; in xfs_refcount_adjust_extents()
1335 cur->bc_refc.shape_changes++; in xfs_refcount_adjust()
1409 nr_ops = rcur->bc_refc.nr_ops; in xfs_refcount_finish_one()
1410 shape_changes = rcur->bc_refc.shape_changes; in xfs_refcount_finish_one()
1424 rcur->bc_refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
[all …]
H A Dxfs_refcount_btree.c369 cur->bc_refc.nr_ops = 0; in xfs_refcountbt_init_cursor()
370 cur->bc_refc.shape_changes = 0; in xfs_refcountbt_init_cursor()
H A Dxfs_rtrefcount_btree.c415 cur->bc_refc.nr_ops = 0; in xfs_rtrefcountbt_init_cursor()
416 cur->bc_refc.shape_changes = 0; in xfs_rtrefcountbt_init_cursor()
H A Dxfs_btree.h300 } bc_refc; /* refcountbt/rtrefcountbt */ member