Home
last modified time | relevance | path

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

/external/squashfs-tools/kernel/fs/squashfs/
Dfile.c375 static int squashfs_readpage(struct file *file, struct page *page) in squashfs_readpage() function
501 .readpage = squashfs_readpage
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c47 static int squashfs_readpage(struct file *file, struct page *page);
72 .readpage = squashfs_readpage
1450 static int squashfs_readpage(struct file *file, struct page *page) in squashfs_readpage() function
/external/squashfs-tools/
DCHANGES281 squashfs_readpage() if I/O error occurs.