Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/ceph/
Dosd_client.h565 int __ceph_alloc_sparse_ext_map(struct ceph_osd_req_op *op, int cnt);
579 return __ceph_alloc_sparse_ext_map(op, cnt); in ceph_alloc_sparse_ext_map()
/linux-6.14.4/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.14.4/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
1186 EXPORT_SYMBOL(__ceph_alloc_sparse_ext_map);