Home
last modified time | relevance | path

Searched refs:squashfs_copy_data (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/squashfs/
Dsquashfs.h40 extern int squashfs_copy_data(void *, struct squashfs_cache_entry *, int, int);
Dsymlink.c94 copied = squashfs_copy_data(pageaddr + bytes, entry, offset, in squashfs_symlink_readpage()
Dcache.c306 int squashfs_copy_data(void *buffer, struct squashfs_cache_entry *entry, in squashfs_copy_data() function
363 bytes = squashfs_copy_data(buffer, entry, *offset, length); in squashfs_read_metadata()
Dfile_direct.c163 squashfs_copy_data(pageaddr, buffer, offset, avail); in squashfs_read_cache()
Dfile.c406 squashfs_copy_data(pageaddr, buffer, offset, avail); in squashfs_copy_cache()