Searched refs:squashfs_read_table (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/fs/squashfs/ |
D | xattr_id.c | 59 id_table = squashfs_read_table(sb, start, sizeof(*id_table)); in squashfs_read_xattr_id_table() 81 return squashfs_read_table(sb, start + sizeof(*id_table), len); in squashfs_read_xattr_id_table()
|
D | id.c | 77 table = squashfs_read_table(sb, id_table_start, length); in squashfs_read_id_index_table()
|
D | fragment.c | 77 table = squashfs_read_table(sb, fragment_table_start, length); in squashfs_read_fragment_index_table()
|
D | squashfs.h | 34 extern void *squashfs_read_table(struct super_block *, u64, int);
|
D | export.c | 131 table = squashfs_read_table(sb, lookup_table_start, length); in squashfs_read_inode_lookup_table()
|
D | cache.c | 406 void *squashfs_read_table(struct super_block *sb, u64 block, int length) in squashfs_read_table() function
|
D | super.c | 100 sblk = squashfs_read_table(sb, SQUASHFS_START, sizeof(*sblk)); in squashfs_fill_super()
|