Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dosd_client.h50 #define CEPH_OSD_SLAB_OPS 2 macro
/Linux-v5.4/net/ceph/
Dosd_client.c500 else if (req->r_num_ops <= CEPH_OSD_SLAB_OPS) in ceph_osdc_release_request()
584 BUG_ON(num_ops > CEPH_OSD_SLAB_OPS); in ceph_osdc_alloc_request()
586 } else if (num_ops <= CEPH_OSD_SLAB_OPS) { in ceph_osdc_alloc_request()
5164 PAGE_SIZE, CEPH_OSD_SLAB_OPS, 10, "osd_op"); in ceph_osdc_init()
5168 PAGE_SIZE, CEPH_OSD_SLAB_OPS, 10, in ceph_osdc_init()
5389 CEPH_OSD_SLAB_OPS * sizeof(struct ceph_osd_req_op); in ceph_osdc_setup()
/Linux-v5.4/fs/ceph/
Daddr.c972 if (num_ops >= (pool ? CEPH_OSD_SLAB_OPS : in ceph_writepages_start()
1040 CEPH_OSD_SLAB_OPS), in ceph_writepages_start()