Searched refs:nr_ops (Results 1 – 4 of 4) sorted by relevance
933 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() local1251 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()
258 unsigned int nr_ops) in xfs_calc_refcountbt_reservation() argument265 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()
187 unsigned int nr_ops; /* # record updates */ member
346 cur->bc_ag.refc.nr_ops = 0; in xfs_refcountbt_init_common()