Home
last modified time | relevance | path

Searched refs:read_page (Results 1 – 3 of 3) sorted by relevance

/fs/squashfs/
Dsuper.c212 msblk->read_page = squashfs_cache_init("data", in squashfs_fill_super()
214 if (msblk->read_page == NULL) { in squashfs_fill_super()
341 squashfs_cache_delete(msblk->read_page); in squashfs_fill_super()
389 squashfs_cache_delete(sbi->read_page); in squashfs_put_super()
Dsquashfs_fs_sb.h62 struct squashfs_cache *read_page; member
Dcache.c402 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()