/linux-6.14.4/fs/squashfs/ |
D | file.c | 52 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in locate_meta_index() local 90 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in empty_meta_index() local 150 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in release_meta_index() local 231 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in fill_meta_index() local 389 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_copy_cache() local 456 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_read_folio() local 503 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readahead_fragment() local 569 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readahead() local
|
D | decompressor_multi.c | 61 static void *squashfs_decompressor_create(struct squashfs_sb_info *msblk, in squashfs_decompressor_create() 105 static void squashfs_decompressor_destroy(struct squashfs_sb_info *msblk) in squashfs_decompressor_destroy() 126 static struct decomp_stream *get_decomp_stream(struct squashfs_sb_info *msblk, in get_decomp_stream() 182 static int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, in squashfs_decompress()
|
D | decompressor_single.c | 27 static void *squashfs_decompressor_create(struct squashfs_sb_info *msblk, in squashfs_decompressor_create() 52 static void squashfs_decompressor_destroy(struct squashfs_sb_info *msblk) in squashfs_decompressor_destroy() 62 static int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, in squashfs_decompress()
|
D | decompressor_multi_percpu.c | 27 static void *squashfs_decompressor_create(struct squashfs_sb_info *msblk, in squashfs_decompressor_create() 61 static void squashfs_decompressor_destroy(struct squashfs_sb_info *msblk) in squashfs_decompressor_destroy() 77 static int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, in squashfs_decompress()
|
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()
|
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()
|
D | cache.c | 338 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_metadata() local 386 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_get_fragment() local 401 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_get_datablock() local
|
D | super.c | 183 struct squashfs_sb_info *msblk; in squashfs_fill_super() local 494 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_reconfigure() local 520 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_show_options() local 568 struct squashfs_sb_info *msblk = dentry->d_sb->s_fs_info; in squashfs_statfs() local
|
D | xattr_id.c | 31 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_xattr_lookup() local 61 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_xattr_id_table() local
|
D | decompressor.c | 89 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_comp_opts() local 130 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_decompressor_setup() local
|
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()
|
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()
|
D | dir.c | 42 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_dir_index_using_offset() local 100 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readdir() local
|
D | namei.c | 67 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_dir_index_using_name() local 126 struct squashfs_sb_info *msblk = dir->i_sb->s_fs_info; in squashfs_lookup() local
|
D | xattr.c | 31 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_listxattr() local 109 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_xattr_get() local
|
D | block.c | 192 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_bio_read() local 266 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_data() local
|
D | fragment.c | 38 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_frag_lookup() local
|
D | symlink.c | 37 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_symlink_read_folio() local
|
D | id.c | 35 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_get_id() local
|
D | file_direct.c | 27 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readpage_block() local
|
D | decompressor.h | 27 static inline void *squashfs_comp_opts(struct squashfs_sb_info *msblk, in squashfs_comp_opts()
|
D | zlib_wrapper.c | 52 static int zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, in zlib_uncompress()
|
D | page_actor.c | 110 struct squashfs_page_actor *squashfs_page_actor_init_special(struct squashfs_sb_info *msblk, in squashfs_page_actor_init_special()
|
D | export.c | 41 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_inode_lookup() local
|
D | inode.c | 106 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_inode() local
|