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

/linux-master/fs/squashfs/
H A Dpage_actor.h16 void *(*squashfs_first_page)(struct squashfs_page_actor *); member in struct:squashfs_page_actor
41 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) function
43 return actor->squashfs_first_page(actor);
H A Dpage_actor.c19 * Calling code should avoid sleeping between calls to squashfs_first_page()
56 actor->squashfs_first_page = cache_first_page;
132 actor->squashfs_first_page = direct_first_page;
H A Dzstd_wrapper.c82 out_buf.dst = squashfs_first_page(output);
H A Dzlib_wrapper.c62 stream->next_out = squashfs_first_page(output);
H A Dlzo_wrapper.c92 data = squashfs_first_page(output);
H A Dlz4_wrapper.c118 data = squashfs_first_page(output);
H A Dxz_wrapper.c133 stream->buf.out = squashfs_first_page(output);
H A Dblock.c44 actor_addr = squashfs_first_page(actor);

Completed in 222 milliseconds