Lines Matching defs:i_size
106 const loff_t i_size, const s64 initialized_size)
109 (initialized_size < i_size))
126 * @i_size: file size when we started the read (IN)
155 u8 *const cb_start, const u32 cb_size, const loff_t i_size,
215 handle_bounds_compressed_page(dp, i_size,
464 loff_t i_size;
543 i_size = i_size_read(VFS_I(ni));
546 max_page = ((i_size + PAGE_SIZE - 1) >> PAGE_SHIFT) -
548 /* Is the page fully outside i_size? (truncate in progress) */
554 ntfs_debug("Compressed read outside i_size - truncated?");
823 handle_bounds_compressed_page(page, i_size,
848 i_size, initialized_size);