Home
last modified time | relevance | path

Searched refs:squashfs_first_page (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/squashfs/
Dpage_actor.h34 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() function
57 void *(*squashfs_first_page)(struct squashfs_page_actor *); member
68 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() function
70 return actor->squashfs_first_page(actor); in squashfs_first_page()
Dpage_actor.c55 actor->squashfs_first_page = cache_first_page; in squashfs_page_actor_init()
96 actor->squashfs_first_page = direct_first_page; in squashfs_page_actor_init_special()
Dzlib_wrapper.c73 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
Dlzo_wrapper.c102 data = squashfs_first_page(output); in lzo_uncompress()
Dlz4_wrapper.c117 data = squashfs_first_page(output); in lz4_uncompress()
Dzstd_wrapper.c90 out_buf.dst = squashfs_first_page(output); in zstd_uncompress()
Dxz_wrapper.c145 stream->buf.out = squashfs_first_page(output); in squashfs_xz_uncompress()
Dblock.c181 void *data = squashfs_first_page(output); in squashfs_read_data()