Searched refs:squashfs_read_table (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/fs/squashfs/ |
H A D | xattr_id.c | 72 id_table = squashfs_read_table(sb, start, sizeof(*id_table)); squashfs_read_xattr_id_table() 94 return squashfs_read_table(sb, start + sizeof(*id_table), len); squashfs_read_xattr_id_table()
|
H A D | fragment.c | 87 table = squashfs_read_table(sb, fragment_table_start, length); squashfs_read_fragment_index_table()
|
H A D | id.c | 90 table = squashfs_read_table(sb, id_table_start, length); squashfs_read_id_index_table()
|
H A D | squashfs.h | 47 extern void *squashfs_read_table(struct super_block *, u64, int);
|
H A D | super.c | 106 * msblk->bytes_used is checked in squashfs_read_table to ensure reads squashfs_fill_super() 108 * squashfs_read_table here to read the superblock (including the value squashfs_fill_super() 112 sblk = squashfs_read_table(sb, SQUASHFS_START, sizeof(*sblk)); squashfs_fill_super()
|
H A D | export.c | 144 table = squashfs_read_table(sb, lookup_table_start, length); squashfs_read_inode_lookup_table()
|
H A D | cache.c | 416 void *squashfs_read_table(struct super_block *sb, u64 block, int length) squashfs_read_table() function
|
Completed in 211 milliseconds