Home
last modified time | relevance | path

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

/linux-6.15/include/linux/ceph/
Dosd_client.h559 int __ceph_alloc_sparse_ext_map(struct ceph_osd_req_op *op, int cnt);
573 return __ceph_alloc_sparse_ext_map(op, cnt); in ceph_alloc_sparse_ext_map()
/linux-6.15/fs/ceph/
Dfile.c1839 ret = __ceph_alloc_sparse_ext_map(op, 1); in ceph_sync_write()
1859 ret = __ceph_alloc_sparse_ext_map(op, 1); in ceph_sync_write()
/linux-6.15/net/ceph/
Dosd_client.c1151 int __ceph_alloc_sparse_ext_map(struct ceph_osd_req_op *op, int cnt) in __ceph_alloc_sparse_ext_map() function
1163 EXPORT_SYMBOL(__ceph_alloc_sparse_ext_map);