Searched refs:squashfs_read_table (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/squashfs/
H A Dxattr.h22 id_table = squashfs_read_table(sb, start, sizeof(*id_table));
H A Dxattr_id.c68 id_table = squashfs_read_table(sb, table_start, sizeof(*id_table));
95 table = squashfs_read_table(sb, start, len);
H A Dfragment.c77 table = squashfs_read_table(sb, fragment_table_start, length);
H A Did.c84 table = squashfs_read_table(sb, id_table_start, length);
H A Dsquashfs.h34 extern void *squashfs_read_table(struct super_block *, u64, int);
H A Dexport.c139 table = squashfs_read_table(sb, lookup_table_start, length);
H A Dcache.c406 void *squashfs_read_table(struct super_block *sb, u64 block, int length) function
H A Dsuper.c210 * msblk->bytes_used is checked in squashfs_read_table to ensure reads
212 * squashfs_read_table here to read the superblock (including the value
216 sblk = squashfs_read_table(sb, SQUASHFS_START, sizeof(*sblk));

Completed in 162 milliseconds