Home
last modified time | relevance | path

Searched refs:CEPH_MAX_WRITE_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/ceph/
Dsuper.c327 result.uint_32 > CEPH_MAX_WRITE_SIZE) in ceph_parse_mount_param()
583 if (fsopt->wsize != CEPH_MAX_WRITE_SIZE) in ceph_show_options()
785 ceph_wb_pagevec_pool = mempool_create_kmalloc_pool(10, CEPH_MAX_WRITE_SIZE >> PAGE_SHIFT); in init_caches()
1176 fsopt->wsize = CEPH_MAX_WRITE_SIZE; in ceph_init_fs_context()
Dsuper.h63 #define CEPH_MAX_WRITE_SIZE CEPH_MSG_MAX_DATA_LEN macro