Searched refs:squashfs_next_page (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/squashfs/
H A Dpage_actor.h17 void *(*squashfs_next_page)(struct squashfs_page_actor *); member in struct:squashfs_page_actor
45 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) function
47 return actor->squashfs_next_page(actor);
H A Dpage_actor.c57 actor->squashfs_next_page = cache_next_page;
133 actor->squashfs_next_page = direct_next_page;
H A Dzstd_wrapper.c110 out_buf.dst = squashfs_next_page(output);
H A Dzlib_wrapper.c92 stream->next_out = squashfs_next_page(output);
H A Dlzo_wrapper.c104 data = squashfs_next_page(output);
H A Dlz4_wrapper.c130 data = squashfs_next_page(output);
H A Dxz_wrapper.c162 stream->buf.out = squashfs_next_page(output);
H A Dblock.c64 actor_addr = squashfs_next_page(actor);

Completed in 158 milliseconds