Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h51 #define CEPH_OSD_SLAB_OPS 2 macro
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c502 else if (req->r_num_ops <= CEPH_OSD_SLAB_OPS) in ceph_osdc_release_request()
549 BUG_ON(num_ops > CEPH_OSD_SLAB_OPS); in ceph_osdc_alloc_request()
551 } else if (num_ops <= CEPH_OSD_SLAB_OPS) { in ceph_osdc_alloc_request()
5178 PAGE_SIZE, CEPH_OSD_SLAB_OPS, 10, "osd_op"); in ceph_osdc_init()
5182 PAGE_SIZE, CEPH_OSD_SLAB_OPS, 10, in ceph_osdc_init()
5330 CEPH_OSD_SLAB_OPS * sizeof(struct ceph_osd_req_op); in ceph_osdc_setup()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c1006 if (num_ops >= (from_pool ? CEPH_OSD_SLAB_OPS : in ceph_writepages_start()
1074 CEPH_OSD_SLAB_OPS), in ceph_writepages_start()