Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A Dsquashfs.h27 extern int squashfs_copy_data(void *, struct squashfs_cache_entry *, int, int);
H A Dsymlink.c82 copied = squashfs_copy_data(pageaddr + bytes, entry, offset, in squashfs_symlink_read_folio()
H A Dcache.c293 int squashfs_copy_data(void *buffer, struct squashfs_cache_entry *entry, in squashfs_copy_data() function
353 bytes = squashfs_copy_data(buffer, entry, *offset, length); in squashfs_read_metadata()
H A Dfile.c371 copied = squashfs_copy_data(pageaddr, buffer, offset, avail); in squashfs_fill_page()