Home
last modified time | relevance | path

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

/linux-6.15/include/linux/ceph/
H A Dosd_client.h101 #define CEPH_OSD_SLAB_OPS 2 macro
/linux-6.15/net/ceph/
H A Dosd_client.c506 else if (req->r_num_ops <= CEPH_OSD_SLAB_OPS) in ceph_osdc_release_request()
553 BUG_ON(num_ops > CEPH_OSD_SLAB_OPS); in ceph_osdc_alloc_request()
555 } else if (num_ops <= CEPH_OSD_SLAB_OPS) { in ceph_osdc_alloc_request()
5223 PAGE_SIZE, CEPH_OSD_SLAB_OPS, 10, "osd_op"); in ceph_osdc_init()
5227 PAGE_SIZE, CEPH_OSD_SLAB_OPS, 10, in ceph_osdc_init()
5333 CEPH_OSD_SLAB_OPS * sizeof(struct ceph_osd_req_op); in ceph_osdc_setup()
/linux-6.15/fs/ceph/
H A Daddr.c1229 (ceph_wbc->from_pool ? CEPH_OSD_SLAB_OPS : CEPH_OSD_MAX_OPS); in is_num_ops_too_big()
1429 CEPH_OSD_SLAB_OPS), in ceph_submit_write()