Searched refs:read_off (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ceph/ |
| H A D | file.c | 1111 u64 read_off = off; in __ceph_sync_read() local 1116 ceph_fscrypt_adjust_off_and_len(inode, &read_off, &read_len); in __ceph_sync_read() 1119 read_off, read_len); in __ceph_sync_read() 1122 ci->i_vino, read_off, &read_len, 0, 1, in __ceph_sync_read() 1134 if (off + len > read_off + read_len) in __ceph_sync_read() 1135 len = read_off + read_len - off; in __ceph_sync_read() 1148 num_pages = calc_pages_for(read_off, read_len); in __ceph_sync_read() 1158 offset_in_page(read_off), in __ceph_sync_read() 1202 read_off, op->extent.sparse_ext, in __ceph_sync_read() 1211 fret -= (off - read_off); in __ceph_sync_read()
|