Home
last modified time | relevance | path

Searched refs:sparse_ext (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/include/linux/ceph/
Dosd_client.h154 struct ceph_sparse_extent *sparse_ext; member
644 ext = &op->extent.sparse_ext[op->extent.sparse_ext_cnt - 1]; in ceph_sparse_ext_map_end()
/linux-6.14.4/net/ceph/
Dosd_client.c407 kfree(op->extent.sparse_ext); in osd_req_op_data_release()
1179 op->extent.sparse_ext = kmalloc_array(cnt, in __ceph_alloc_sparse_ext_map()
1180 sizeof(*op->extent.sparse_ext), in __ceph_alloc_sparse_ext_map()
1182 if (!op->extent.sparse_ext) in __ceph_alloc_sparse_ext_map()
5755 WARN_ON_ONCE(op->extent.sparse_ext); in prep_next_sparse_read()
5758 op->extent.sparse_ext = sr->sr_extent; in prep_next_sparse_read()
5793 sr->sr_extent = op->extent.sparse_ext; in prep_next_sparse_read()
5794 op->extent.sparse_ext = NULL; in prep_next_sparse_read()
/linux-6.14.4/fs/ceph/
Daddr.c243 op->extent.sparse_ext, in finish_netfs_read()
Dfile.c1174 read_off, op->extent.sparse_ext, in __ceph_sync_read()