squashfs_read_table  131 fs/squashfs/export.c 	table = squashfs_read_table(sb, lookup_table_start, length);
squashfs_read_table   77 fs/squashfs/fragment.c 	table = squashfs_read_table(sb, fragment_table_start, length);
squashfs_read_table   77 fs/squashfs/id.c 	table = squashfs_read_table(sb, id_table_start, length);
squashfs_read_table   34 fs/squashfs/squashfs.h extern void *squashfs_read_table(struct super_block *, u64, int);
squashfs_read_table  100 fs/squashfs/super.c 	sblk = squashfs_read_table(sb, SQUASHFS_START, sizeof(*sblk));
squashfs_read_table   59 fs/squashfs/xattr_id.c 	id_table = squashfs_read_table(sb, start, sizeof(*id_table));
squashfs_read_table   81 fs/squashfs/xattr_id.c 	return squashfs_read_table(sb, start + sizeof(*id_table), len);