Searched refs:squashfs_copy_data (Results 1 – 4 of 4) sorted by relevance
| /fs/squashfs/ |
| A D | cache.c | 297 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()
|
| A D | symlink.c | 83 copied = squashfs_copy_data(pageaddr + bytes, entry, offset, in squashfs_symlink_read_folio()
|
| A D | squashfs.h | 33 extern int squashfs_copy_data(void *, struct squashfs_cache_entry *, int, int);
|
| A D | file.c | 373 copied = squashfs_copy_data(pageaddr, buffer, offset, avail); in squashfs_fill_page() 524 bytes = squashfs_copy_data(addr, buffer, offset + in squashfs_readahead_fragment()
|
Completed in 7 milliseconds