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.c928 int num_ops = 0, op_idx; in ceph_writepages_start() local
1025 num_ops = 1; in ceph_writepages_start()
1043 if (num_ops >= (from_pool ? CEPH_OSD_SLAB_OPS : in ceph_writepages_start()
1050 num_ops++; in ceph_writepages_start()
1099 offset, &len, 0, num_ops, in ceph_writepages_start()
1107 min(num_ops, in ceph_writepages_start()
1183 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start()
1184 num_ops -= req->r_num_ops; in ceph_writepages_start()
1201 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()