Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_trans_resv.c71 uint num_ops) in xfs_allocfree_log_count() argument
75 blocks = num_ops * 2 * (2 * mp->m_ag_maxlevels - 1); in xfs_allocfree_log_count()
77 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_log_count()
79 blocks += num_ops * (2 * mp->m_refc_maxlevels - 1); in xfs_allocfree_log_count()
209 unsigned int num_ops) in xfs_rtalloc_log_count() argument
215 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_log_count()
Dxfs_trans_resv.h95 uint xfs_allocfree_log_count(struct xfs_mount *mp, uint num_ops);
/linux-4.19.296/fs/ceph/
Daddr.c861 int num_ops = 0, op_idx; in ceph_writepages_start() local
956 num_ops = 1; in ceph_writepages_start()
974 if (num_ops >= (pool ? CEPH_OSD_SLAB_OPS : in ceph_writepages_start()
981 num_ops++; in ceph_writepages_start()
1033 offset, &len, 0, num_ops, in ceph_writepages_start()
1041 min(num_ops, in ceph_writepages_start()
1104 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start()
1105 num_ops -= req->r_num_ops; in ceph_writepages_start()
1122 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
/linux-4.19.296/include/linux/ceph/
Dosd_client.h460 unsigned int num_ops,
469 unsigned int which, int num_ops,