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

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

Completed in 240 milliseconds