Home
last modified time | relevance | path

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

/linux/fs/squashfs/
H A Dsquashfs.h33 extern int squashfs_copy_data(void *, struct squashfs_cache_entry *, int, int);
H A Dcache.c297 int squashfs_copy_data(void *buffer, struct squashfs_cache_entry *entry, in squashfs_copy_data() function
357 bytes = squashfs_copy_data(buffer, entry, *offset, length); in squashfs_read_metadata()
H A Dfile.c373 copied = squashfs_copy_data(pageaddr, buffer, offset, avail); in squashfs_fill_page()
525 bytes = squashfs_copy_data(addr, buffer, offset + in squashfs_readahead_fragment()