Lines Matching defs:isize
254 * We must do any isize and inode updates
279 u64 isize = i_size_read(&inode->vfs_inode);
280 u64 actual_end = min(end + 1, isize);
297 end + 1 < isize ||
328 if (isize > actual_end)
329 inline_len = min_t(u64, isize, actual_end);
8068 * the isize, but it is protected by i_mutex. So we can
10172 u64 isize;
10251 isize = ALIGN_DOWN(inode->i_size, fs_info->sectorsize);
10253 lock_extent_bits(io_tree, 0, isize - 1, &cached_state);
10255 while (start < isize) {
10258 u64 len = isize - start;
10390 unlock_extent_cached(io_tree, 0, isize - 1, &cached_state);