Home
last modified time | relevance | path

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

/linux-6.15/include/linux/ceph/
H A Dosd_client.h153 int sparse_ext_cnt; member
635 if (op->extent.sparse_ext_cnt == 0) in ceph_sparse_ext_map_end()
638 ext = &op->extent.sparse_ext[op->extent.sparse_ext_cnt - 1]; in ceph_sparse_ext_map_end()
/linux-6.15/fs/ceph/
H A Dfile.c1175 op->extent.sparse_ext_cnt); in __ceph_sync_read()
1911 if (op->extent.sparse_ext_cnt == 0) { in ceph_sync_write()
1919 } else if (op->extent.sparse_ext_cnt != 1 || in ceph_sync_write()
1930 if (op->extent.sparse_ext_cnt == 0) { in ceph_sync_write()
1934 } else if (op->extent.sparse_ext_cnt != 1 || in ceph_sync_write()
H A Daddr.c247 op->extent.sparse_ext_cnt); in finish_netfs_read()
/linux-6.15/net/ceph/
H A Dosd_client.c1155 op->extent.sparse_ext_cnt = cnt; in __ceph_alloc_sparse_ext_map()
5737 op->extent.sparse_ext_cnt = sr->sr_count; in prep_next_sparse_read()
5740 __func__, o->o_osd, op->extent.sparse_ext_cnt, cursor->resid); in prep_next_sparse_read()
5768 sr->sr_ext_len = op->extent.sparse_ext_cnt; in prep_next_sparse_read()
5769 op->extent.sparse_ext_cnt = 0; in prep_next_sparse_read()