Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_refcount.c806 if (cur->bc_private.a.priv.refc.nr_ops > 2 && in xfs_refcount_still_have_space()
811 if (cur->bc_private.a.priv.refc.nr_ops == 0) in xfs_refcount_still_have_space()
816 cur->bc_private.a.priv.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
881 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
916 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
923 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
1058 unsigned long nr_ops = 0; in xfs_refcount_finish_one() local
1079 nr_ops = rcur->bc_private.a.priv.refc.nr_ops; in xfs_refcount_finish_one()
1098 rcur->bc_private.a.priv.refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
Dxfs_btree.h196 unsigned long nr_ops; /* # record updates */ member
Dxfs_refcount_btree.c362 cur->bc_private.a.priv.refc.nr_ops = 0; in xfs_refcountbt_init_cursor()