Searched refs:squashfs_read_table (Results 1 – 8 of 8) sorted by relevance
/linux/fs/squashfs/ |
H A D | xattr_id.c | 68 id_table = squashfs_read_table(sb, table_start, sizeof(*id_table)); in squashfs_read_xattr_id_table() 95 table = squashfs_read_table(sb, start, len); in squashfs_read_xattr_id_table()
|
H A D | xattr.h | 22 id_table = squashfs_read_table(sb, start, sizeof(*id_table)); in squashfs_read_xattr_id_table()
|
H A D | fragment.c | 77 table = squashfs_read_table(sb, fragment_table_start, length); in squashfs_read_fragment_index_table()
|
H A D | id.c | 84 table = squashfs_read_table(sb, id_table_start, length); in squashfs_read_id_index_table()
|
H A D | squashfs.h | 40 extern void *squashfs_read_table(struct super_block *, u64, int);
|
H A D | export.c | 139 table = squashfs_read_table(sb, lookup_table_start, length); in squashfs_read_inode_lookup_table()
|
H A D | cache.c | 410 void *squashfs_read_table(struct super_block *sb, u64 block, int length) in squashfs_read_table() function
|
H A D | super.c | 210 * msblk->bytes_used is checked in squashfs_read_table to ensure reads in squashfs_fill_super() 212 * squashfs_read_table here to read the superblock (including the value in squashfs_fill_super() 216 sblk = squashfs_read_table(sb, SQUASHFS_START, sizeof(*sblk)); in squashfs_fill_super()
|