Lines Matching refs:actor
504 struct squashfs_page_actor *actor; in squashfs_readahead_fragment() local
512 actor = squashfs_page_actor_init_special(msblk, page, pages, in squashfs_readahead_fragment()
514 if (!actor) in squashfs_readahead_fragment()
517 squashfs_actor_nobuff(actor); in squashfs_readahead_fragment()
518 addr = squashfs_first_page(actor); in squashfs_readahead_fragment()
532 addr = squashfs_next_page(actor); in squashfs_readahead_fragment()
535 last_page = squashfs_page_actor_free(actor); in squashfs_readahead_fragment()
558 squashfs_page_actor_free(actor); in squashfs_readahead_fragment()
573 struct squashfs_page_actor *actor; in squashfs_readahead() local
618 actor = squashfs_page_actor_init_special(msblk, pages, nr_pages, in squashfs_readahead()
620 if (!actor) in squashfs_readahead()
623 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor); in squashfs_readahead()
625 last_page = squashfs_page_actor_free(actor); in squashfs_readahead()