Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/ceph/
Dosd_client.h566 int __ceph_alloc_sparse_ext_map(struct ceph_osd_req_op *op, int cnt);
577 return __ceph_alloc_sparse_ext_map(op, CEPH_SPARSE_EXT_ARRAY_INITIAL); in ceph_alloc_sparse_ext_map()
/Linux-v6.6/fs/ceph/
Dfile.c1735 ret = __ceph_alloc_sparse_ext_map(op, 1); in ceph_sync_write()
1755 ret = __ceph_alloc_sparse_ext_map(op, 1); in ceph_sync_write()
/Linux-v6.6/net/ceph/
Dosd_client.c1174 int __ceph_alloc_sparse_ext_map(struct ceph_osd_req_op *op, int cnt) in __ceph_alloc_sparse_ext_map() function
1184 EXPORT_SYMBOL(__ceph_alloc_sparse_ext_map);