Lines Matching defs:inode
15 * link inode within the inode table. This allows the normally small symbolic
16 * link to be compressed as part of the inode table, achieving much greater
35 struct inode *inode = page->mapping->host;
36 struct super_block *sb = inode->i_sb;
39 u64 block = squashfs_i(inode)->start;
40 int offset = squashfs_i(inode)->offset;
41 int length = min_t(int, i_size_read(inode) - index, PAGE_SIZE);
57 squashfs_i(inode)->start,
58 squashfs_i(inode)->offset);
74 squashfs_i(inode)->start,
75 squashfs_i(inode)->offset);