Searched refs:extent_cnt (Results 1 – 2 of 2) sorted by relevance
1094 int extent_cnt; in __ceph_sync_read() local1121 extent_cnt = __ceph_sparse_read_ext_count(inode, read_len); in __ceph_sync_read()1122 ret = ceph_alloc_sparse_ext_map(op, extent_cnt); in __ceph_sync_read()1533 int extent_cnt; in ceph_direct_read_write() local1556 extent_cnt = __ceph_sparse_read_ext_count(inode, size); in ceph_direct_read_write()1557 ret = ceph_alloc_sparse_ext_map(op, extent_cnt); in ceph_direct_read_write()
358 int extent_cnt; in ceph_netfs_issue_read() local387 extent_cnt = __ceph_sparse_read_ext_count(inode, len); in ceph_netfs_issue_read()388 err = ceph_alloc_sparse_ext_map(&req->r_ops[0], extent_cnt); in ceph_netfs_issue_read()