Lines Matching refs:actor
512 struct squashfs_page_actor *actor; in squashfs_readahead_fragment() local
520 actor = squashfs_page_actor_init_special(msblk, page, pages, in squashfs_readahead_fragment()
522 if (!actor) in squashfs_readahead_fragment()
525 squashfs_actor_nobuff(actor); in squashfs_readahead_fragment()
526 addr = squashfs_first_page(actor); in squashfs_readahead_fragment()
540 addr = squashfs_next_page(actor); in squashfs_readahead_fragment()
543 last_page = squashfs_page_actor_free(actor); in squashfs_readahead_fragment()
566 squashfs_page_actor_free(actor); in squashfs_readahead_fragment()
581 struct squashfs_page_actor *actor; in squashfs_readahead() local
626 actor = squashfs_page_actor_init_special(msblk, pages, nr_pages, in squashfs_readahead()
628 if (!actor) in squashfs_readahead()
631 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor); in squashfs_readahead()
633 last_page = squashfs_page_actor_free(actor); in squashfs_readahead()