Searched refs:extent_cnt (Results 1 – 2 of 2) sorted by relevance
1088 int extent_cnt; in __ceph_sync_read() local1115 extent_cnt = __ceph_sparse_read_ext_count(inode, read_len); in __ceph_sync_read()1116 ret = ceph_alloc_sparse_ext_map(op, extent_cnt); in __ceph_sync_read()1527 int extent_cnt; in ceph_direct_read_write() local1550 extent_cnt = __ceph_sparse_read_ext_count(inode, size); in ceph_direct_read_write()1551 ret = ceph_alloc_sparse_ext_map(op, extent_cnt); in ceph_direct_read_write()
363 int extent_cnt; in ceph_netfs_issue_read() local392 extent_cnt = __ceph_sparse_read_ext_count(inode, len); in ceph_netfs_issue_read()393 err = ceph_alloc_sparse_ext_map(&req->r_ops[0], extent_cnt); in ceph_netfs_issue_read()