Home
last modified time | relevance | path

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

/linux-6.8/include/linux/ceph/
Dosd_client.h567 int __ceph_alloc_sparse_ext_map(struct ceph_osd_req_op *op, int cnt);
581 return __ceph_alloc_sparse_ext_map(op, cnt); in ceph_alloc_sparse_ext_map()
/linux-6.8/fs/ceph/
Dfile.c1775 ret = __ceph_alloc_sparse_ext_map(op, 1); in ceph_sync_write()
1795 ret = __ceph_alloc_sparse_ext_map(op, 1); in ceph_sync_write()
/linux-6.8/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);