Home
last modified time | relevance | path

Searched defs:msblk (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/fs/squashfs/
H A Dfile.c52 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
387 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_copy_cache() local
452 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_read_folio() local
507 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readahead_fragment() local
539 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readahead() local
H A Ddecompressor_multi.c61 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()
H A Ddecompressor_single.c27 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()
H A Ddecompressor_multi_percpu.c27 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()
H A Dlz4_wrapper.c32 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()
H A Dxz_wrapper.c38 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()
H A Dcache.c334 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_metadata() local
382 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_get_fragment() local
397 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_get_datablock() local
H A Ddecompressor.c89 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
H A Dxattr_id.c31 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
H A Dsuper.c183 struct squashfs_sb_info *msblk; in squashfs_fill_super() local
491 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_reconfigure() local
517 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_show_options() local
565 struct squashfs_sb_info *msblk = dentry->d_sb->s_fs_info; in squashfs_statfs() local
H A Dlzo_wrapper.c28 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()
H A Dzstd_wrapper.c29 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()
H A Ddir.c42 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
H A Dnamei.c68 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_dir_index_using_name() local
132 struct squashfs_sb_info *msblk = dir->i_sb->s_fs_info; in squashfs_lookup() local
H A Dxattr.c31 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
H A Dblock.c192 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
H A Dfragment.c38 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_frag_lookup() local
H A Dsymlink.c38 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_symlink_read_folio() local
H A Dfile_direct.c27 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readpage_block() local
H A Did.c35 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_get_id() local
H A Ddecompressor.h27 static inline void *squashfs_comp_opts(struct squashfs_sb_info *msblk, in squashfs_comp_opts()
H A Dzlib_wrapper.c52 static int zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, in zlib_uncompress()
H A Dpage_actor.c105 struct squashfs_page_actor *squashfs_page_actor_init_special(struct squashfs_sb_info *msblk, in squashfs_page_actor_init_special()
H A Dexport.c41 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_inode_lookup() local
H A Dinode.c106 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_inode() local

12