Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dosd_client.h153 int sparse_ext_cnt; member
642 if (op->extent.sparse_ext_cnt == 0) in ceph_sparse_ext_map_end()
645 ext = &op->extent.sparse_ext[op->extent.sparse_ext_cnt - 1]; in ceph_sparse_ext_map_end()
/openbmc/linux/fs/ceph/
H A Dfile.c1076 op->extent.sparse_ext_cnt); in __ceph_sync_read()
1810 if (op->extent.sparse_ext_cnt == 0) { in ceph_sync_write()
1818 } else if (op->extent.sparse_ext_cnt != 1 || in ceph_sync_write()
1829 if (op->extent.sparse_ext_cnt == 0) { in ceph_sync_write()
1833 } else if (op->extent.sparse_ext_cnt != 1 || in ceph_sync_write()
H A Daddr.c275 op->extent.sparse_ext_cnt); in finish_netfs_read()
/openbmc/linux/net/ceph/
H A Dosd_client.c1176 op->extent.sparse_ext_cnt = cnt; in __ceph_alloc_sparse_ext_map()
5792 op->extent.sparse_ext_cnt = sr->sr_count; in prep_next_sparse_read()
5795 __func__, o->o_osd, op->extent.sparse_ext_cnt, cursor->resid); in prep_next_sparse_read()
5823 sr->sr_ext_len = op->extent.sparse_ext_cnt; in prep_next_sparse_read()
5824 op->extent.sparse_ext_cnt = 0; in prep_next_sparse_read()