Home | History | Annotate | Download | only in squashfs

Lines Matching defs:inode

28  * link inode within the inode table.  This allows the normally small symbolic
29 * link to be compressed as part of the inode table, achieving much greater
48 struct inode *inode = page->mapping->host;
49 struct super_block *sb = inode->i_sb;
52 u64 block = squashfs_i(inode)->start;
53 int offset = squashfs_i(inode)->offset;
54 int length = min_t(int, i_size_read(inode) - index, PAGE_CACHE_SIZE);
70 squashfs_i(inode)->start,
71 squashfs_i(inode)->offset);
87 squashfs_i(inode)->start,
88 squashfs_i(inode)->offset);