Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_trans_resv.c68 uint num_ops) in xfs_allocfree_block_count() argument
72 blocks = num_ops * 2 * (2 * mp->m_alloc_maxlevels - 1); in xfs_allocfree_block_count()
74 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_block_count()
87 unsigned int num_ops) in xfs_refcountbt_block_count() argument
89 return num_ops * (2 * mp->m_refc_maxlevels - 1); in xfs_refcountbt_block_count()
218 unsigned int num_ops) in xfs_rtalloc_block_count() argument
224 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_block_count()
Dxfs_trans_resv.h99 uint xfs_allocfree_block_count(struct xfs_mount *mp, uint num_ops);
/fs/ceph/
Daddr.c1020 int num_ops = 0, op_idx; in ceph_writepages_start() local
1117 num_ops = 1; in ceph_writepages_start()
1135 if (num_ops >= (from_pool ? CEPH_OSD_SLAB_OPS : in ceph_writepages_start()
1142 num_ops++; in ceph_writepages_start()
1210 offset, &len, 0, num_ops, in ceph_writepages_start()
1218 min(num_ops, in ceph_writepages_start()
1308 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start()
1309 num_ops -= req->r_num_ops; in ceph_writepages_start()
1326 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()