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

/linux-4.4.14/fs/squashfs/
H A Dxattr_id.c72 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 Dfragment.c87 table = squashfs_read_table(sb, fragment_table_start, length); squashfs_read_fragment_index_table()
H A Did.c90 table = squashfs_read_table(sb, id_table_start, length); squashfs_read_id_index_table()
H A Dsquashfs.h47 extern void *squashfs_read_table(struct super_block *, u64, int);
H A Dsuper.c106 * 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 Dexport.c144 table = squashfs_read_table(sb, lookup_table_start, length); squashfs_read_inode_lookup_table()
H A Dcache.c416 void *squashfs_read_table(struct super_block *sb, u64 block, int length) squashfs_read_table() function

Completed in 211 milliseconds