Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_trans_resv.h103 unsigned int nr_ops);
106 unsigned int nr_ops);
108 unsigned int nr_ops);
111 unsigned int nr_ops);
113 unsigned int nr_ops);
116 unsigned int nr_ops);
118 unsigned int nr_ops);
A Dxfs_refcount.c1115 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()
1394 unsigned long nr_ops = 0; in xfs_refcount_finish_one() local
1409 nr_ops = rcur->bc_refc.nr_ops; in xfs_refcount_finish_one()
1424 rcur->bc_refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
1507 unsigned long nr_ops = 0; in xfs_rtrefcount_finish_one() local
1522 nr_ops = rcur->bc_refc.nr_ops; in xfs_rtrefcount_finish_one()
[all …]
A Dxfs_trans_resv.c280 unsigned int nr_ops) in xfs_calc_finish_cui_reservation() argument
285 return xfs_calc_buf_res(nr_ops, mp->m_sb.sb_sectsize) + in xfs_calc_finish_cui_reservation()
286 xfs_calc_buf_res(xfs_refcountbt_block_count(mp, nr_ops), in xfs_calc_finish_cui_reservation()
298 unsigned int nr_ops) in xfs_calc_finish_rt_cui_reservation() argument
304 xfs_calc_buf_res(xfs_rtrefcountbt_block_count(mp, nr_ops), in xfs_calc_finish_rt_cui_reservation()
323 unsigned int nr_ops) in xfs_calc_refcountbt_reservation() argument
327 t1 = xfs_calc_finish_cui_reservation(mp, nr_ops); in xfs_calc_refcountbt_reservation()
328 t2 = xfs_calc_finish_rt_cui_reservation(mp, nr_ops); in xfs_calc_refcountbt_reservation()
A Dxfs_refcount_btree.c369 cur->bc_refc.nr_ops = 0; in xfs_refcountbt_init_cursor()
A Dxfs_btree.h301 unsigned int nr_ops; /* # record updates */ member
A Dxfs_rtrefcount_btree.c415 cur->bc_refc.nr_ops = 0; in xfs_rtrefcountbt_init_cursor()

Completed in 21 milliseconds