Home
last modified time | relevance | path

Searched refs:squashfs_sb_info (Results 1 - 25 of 54) sorted by relevance

123

/kernel/linux/linux-5.10/fs/squashfs/
H A Ddecompressor.h16 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()
H A 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()
H A 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()
H A Dsquashfs.h41 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 *,
H A 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()
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 Dfile.c51 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()
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 Dxattr_id.c31 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()
H A Dzlib_wrapper.c24 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()
H A Ddecompressor.c90 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()
/kernel/linux/linux-6.6/fs/squashfs/
H A Ddecompressor.h16 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 *,
27 static inline void *squashfs_comp_opts(struct squashfs_sb_info *msblk, in squashfs_comp_opts()
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 Dsquashfs.h43 void * (*create)(struct squashfs_sb_info *msblk, void *comp_opts);
44 void (*destroy)(struct squashfs_sb_info *msblk);
45 int (*decompress)(struct squashfs_sb_info *msblk, struct bio *bio,
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_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 Dfile.c52 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in locate_meta_index()
90 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in empty_meta_index()
150 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in release_meta_index()
231 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in fill_meta_index()
387 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_copy_cache()
452 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_read_folio()
507 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readahead_fragment()
539 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readahead()
H A Ddecompressor.c89 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_comp_opts()
130 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_decompressor_setup()
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 Dzlib_wrapper.c24 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()

Completed in 8 milliseconds

123