Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/ceph/
Dosd_client.h152 int sparse_ext_cnt; member
641 if (op->extent.sparse_ext_cnt == 0) in ceph_sparse_ext_map_end()
644 ext = &op->extent.sparse_ext[op->extent.sparse_ext_cnt - 1]; in ceph_sparse_ext_map_end()
/Linux-v6.6/fs/ceph/
Dfile.c1076 op->extent.sparse_ext_cnt); in __ceph_sync_read()
1807 if (op->extent.sparse_ext_cnt == 0) { in ceph_sync_write()
1815 } else if (op->extent.sparse_ext_cnt != 1 || in ceph_sync_write()
1826 if (op->extent.sparse_ext_cnt == 0) { in ceph_sync_write()
1830 } else if (op->extent.sparse_ext_cnt != 1 || in ceph_sync_write()
Daddr.c275 op->extent.sparse_ext_cnt); in finish_netfs_read()
/Linux-v6.6/net/ceph/
Dosd_client.c1176 op->extent.sparse_ext_cnt = cnt; in __ceph_alloc_sparse_ext_map()
5795 op->extent.sparse_ext_cnt = sr->sr_count; in prep_next_sparse_read()
5798 __func__, o->o_osd, op->extent.sparse_ext_cnt, cursor->resid); in prep_next_sparse_read()
5826 sr->sr_ext_len = op->extent.sparse_ext_cnt; in prep_next_sparse_read()
5827 op->extent.sparse_ext_cnt = 0; in prep_next_sparse_read()