Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dosd_client.h153 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/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.c244 op->extent.sparse_ext_cnt); in finish_netfs_read()
/linux/net/ceph/
H A Dosd_client.c1178 op->extent.sparse_ext_cnt = cnt; in __ceph_alloc_sparse_ext_map()
5760 op->extent.sparse_ext_cnt = sr->sr_count; in prep_next_sparse_read()
5763 __func__, o->o_osd, op->extent.sparse_ext_cnt, cursor->resid); in prep_next_sparse_read()
5791 sr->sr_ext_len = op->extent.sparse_ext_cnt; in prep_next_sparse_read()
5792 op->extent.sparse_ext_cnt = 0; in prep_next_sparse_read()