Home
last modified time | relevance | path

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

/linux-5.19.10/fs/squashfs/
Ddecompressor_multi.c62 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()
Dfile.c51 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in locate_meta_index() local
89 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in empty_meta_index() local
149 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in release_meta_index() local
230 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in fill_meta_index() local
386 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_copy_cache() local
451 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_read_folio() local
Ddecompressor_single.c27 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()
Ddecompressor_multi_percpu.c28 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()
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()
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()
Dsuper.c138 struct squashfs_sb_info *msblk; in squashfs_fill_super() local
438 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_reconfigure() local
464 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_show_options() local
489 struct squashfs_sb_info *msblk = dentry->d_sb->s_fs_info; in squashfs_statfs() local
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
Ddecompressor.c90 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_comp_opts() local
131 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_decompressor_setup() local
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
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()
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()
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
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
Dblock.c78 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_bio_read() local
139 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_data() local
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
Dsymlink.c38 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_symlink_read_folio() local
Dfragment.c38 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_frag_lookup() local
Ddecompressor.h26 static inline void *squashfs_comp_opts(struct squashfs_sb_info *msblk, in squashfs_comp_opts()
Did.c35 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_get_id() local
Dzlib_wrapper.c52 static int zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, in zlib_uncompress()
Dfile_direct.c30 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readpage_block() local
Dexport.c41 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_inode_lookup() local
Dinode.c103 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_inode() local
/linux-5.19.10/drivers/net/ethernet/broadcom/
Dcnic.c4795 struct status_block_msix *msblk = cp->status_blk.bnx2; in cnic_start_bnx2_hw() local