/linux/fs/squashfs/ |
A D | decompressor.h | 16 void *(*init)(struct squashfs_sb_info *, void *); 17 void *(*comp_opts)(struct squashfs_sb_info *, void *, int); 19 int (*decompress)(struct squashfs_sb_info *, void *, 26 static inline void *squashfs_comp_opts(struct squashfs_sb_info *msblk, in squashfs_comp_opts()
|
A D | decompressor_single.c | 27 void *squashfs_decompressor_create(struct squashfs_sb_info *msblk, in squashfs_decompressor_create() 52 void squashfs_decompressor_destroy(struct squashfs_sb_info *msblk) in squashfs_decompressor_destroy() 62 int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, in squashfs_decompress()
|
A D | squashfs.h | 41 extern void *squashfs_decompressor_create(struct squashfs_sb_info *, void *); 42 extern void squashfs_decompressor_destroy(struct squashfs_sb_info *); 43 extern int squashfs_decompress(struct squashfs_sb_info *, struct bio *,
|
A D | decompressor_multi.c | 62 void *squashfs_decompressor_create(struct squashfs_sb_info *msblk, in squashfs_decompressor_create() 106 void squashfs_decompressor_destroy(struct squashfs_sb_info *msblk) in squashfs_decompressor_destroy() 127 static struct decomp_stream *get_decomp_stream(struct squashfs_sb_info *msblk, in get_decomp_stream() 183 int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, in squashfs_decompress()
|
A D | decompressor_multi_percpu.c | 28 void *squashfs_decompressor_create(struct squashfs_sb_info *msblk, in squashfs_decompressor_create() 62 void squashfs_decompressor_destroy(struct squashfs_sb_info *msblk) in squashfs_decompressor_destroy() 78 int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, in squashfs_decompress()
|
A D | lz4_wrapper.c | 32 static void *lz4_comp_opts(struct squashfs_sb_info *msblk, in lz4_comp_opts() 52 static void *lz4_init(struct squashfs_sb_info *msblk, void *buff) in lz4_init() 91 static int lz4_uncompress(struct squashfs_sb_info *msblk, void *strm, in lz4_uncompress()
|
A D | file.c | 51 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in locate_meta_index() 89 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in empty_meta_index() 149 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in release_meta_index() 230 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in fill_meta_index() 386 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_copy_cache() 450 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readpage()
|
A D | xz_wrapper.c | 38 static void *squashfs_xz_comp_opts(struct squashfs_sb_info *msblk, in squashfs_xz_comp_opts() 81 static void *squashfs_xz_init(struct squashfs_sb_info *msblk, void *buff) in squashfs_xz_init() 119 static int squashfs_xz_uncompress(struct squashfs_sb_info *msblk, void *strm, in squashfs_xz_uncompress()
|
A D | decompressor.c | 90 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_comp_opts() 131 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_decompressor_setup()
|
A D | xattr_id.c | 31 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_xattr_lookup() 61 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_xattr_id_table()
|
A D | zlib_wrapper.c | 24 static void *zlib_init(struct squashfs_sb_info *dummy, void *buff) in zlib_init() 52 static int zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, in zlib_uncompress()
|
A D | super.c | 119 struct squashfs_sb_info *msblk; in squashfs_fill_super() 405 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_reconfigure() 431 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_show_options() 456 struct squashfs_sb_info *msblk = dentry->d_sb->s_fs_info; in squashfs_statfs() 477 struct squashfs_sb_info *sbi = sb->s_fs_info; in squashfs_put_super()
|
A D | lzo_wrapper.c | 28 static void *lzo_init(struct squashfs_sb_info *msblk, void *buff) in lzo_init() 65 static int lzo_uncompress(struct squashfs_sb_info *msblk, void *strm, in lzo_uncompress()
|
A D | zstd_wrapper.c | 29 static void *zstd_init(struct squashfs_sb_info *msblk, void *buff) in zstd_init() 61 static int zstd_uncompress(struct squashfs_sb_info *msblk, void *strm, in zstd_uncompress()
|
A D | dir.c | 42 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_dir_index_using_offset() 100 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readdir()
|
A D | namei.c | 68 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_dir_index_using_name() 132 struct squashfs_sb_info *msblk = dir->i_sb->s_fs_info; in squashfs_lookup()
|
A D | cache.c | 334 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_metadata() 382 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_get_fragment() 397 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_get_datablock()
|
A D | block.c | 78 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_bio_read() 144 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_data()
|
A D | xattr.c | 31 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_listxattr() 109 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_xattr_get()
|
A D | squashfs_fs_sb.h | 43 struct squashfs_sb_info { struct
|
A D | fragment.c | 38 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_frag_lookup()
|
A D | id.c | 35 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_get_id()
|
A D | symlink.c | 37 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_symlink_readpage()
|
A D | export.c | 41 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_inode_lookup()
|
A D | file_direct.c | 30 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readpage_block()
|