Lines Matching refs:super_block
43 static struct super_block *squashfs_read_super(struct super_block *, void *, int);
44 static void squashfs_put_super(struct super_block *);
45 static int squashfs_statfs(struct super_block *, struct statfs *);
51 static struct inode *squashfs_iget(struct super_block *s, squashfs_inode_t inode);
88 static struct buffer_head *get_block_length(struct super_block *s, in get_block_length()
155 SQSH_EXTERN unsigned int squashfs_read_data(struct super_block *s, char *buffer, in squashfs_read_data()
264 SQSH_EXTERN int squashfs_get_cached_block(struct super_block *s, char *buffer, in squashfs_get_cached_block()
374 static int get_fragment_location(struct super_block *s, unsigned int fragment, in get_fragment_location()
420 SQSH_EXTERN struct squashfs_fragment_cache *get_cached_fragment(struct super_block in get_cached_fragment()
500 static struct inode *squashfs_new_inode(struct super_block *s, in squashfs_new_inode()
524 static struct inode *squashfs_iget(struct super_block *s, squashfs_inode_t inode) in squashfs_iget()
855 int read_fragment_index_table(struct super_block *s) in read_fragment_index_table()
929 static struct super_block *squashfs_read_super(struct super_block *s, in squashfs_read_super()
1122 static int squashfs_statfs(struct super_block *s, struct statfs *buf) in squashfs_statfs()
1280 static int read_block_index(struct super_block *s, int blocks, char *block_list, in read_block_index()
1633 static int get_dir_index_using_offset(struct super_block *s, long long in get_dir_index_using_offset()
1683 static int get_dir_index_using_name(struct super_block *s, long long in get_dir_index_using_name()
1973 static void squashfs_put_super(struct super_block *s) in squashfs_put_super()