Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_refcount.c933 if (cur->bc_ag.refc.nr_ops > 2 && in xfs_refcount_still_have_space()
938 if (cur->bc_ag.refc.nr_ops == 0) in xfs_refcount_still_have_space()
943 cur->bc_ag.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
1003 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1059 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1229 unsigned long nr_ops = 0; in xfs_refcount_finish_one() local
1251 nr_ops = rcur->bc_ag.refc.nr_ops; in xfs_refcount_finish_one()
1264 rcur->bc_ag.refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
Dxfs_trans_resv.c258 unsigned int nr_ops) in xfs_calc_refcountbt_reservation() argument
265 return xfs_calc_buf_res(nr_ops, mp->m_sb.sb_sectsize) + in xfs_calc_refcountbt_reservation()
266 xfs_calc_buf_res(xfs_refcountbt_block_count(mp, nr_ops), blksz); in xfs_calc_refcountbt_reservation()
Dxfs_btree.h187 unsigned int nr_ops; /* # record updates */ member
Dxfs_refcount_btree.c346 cur->bc_ag.refc.nr_ops = 0; in xfs_refcountbt_init_common()