Searched refs:s_ops (Results 1 – 5 of 5) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 50 squashfs_operations s_ops; variable 1015 s_ops.read_block_list(block_list, inode->block_ptr, inode->blocks); in write_file() 1050 s_ops.read_fragment(inode->fragment, &start, &size); in write_file() 1484 struct dir *dir = s_ops.squashfs_opendir(start_block, offset, &i); in pre_scan() 1509 i = s_ops.read_inode(start_block, offset); in pre_scan() 1536 struct dir *dir = s_ops.squashfs_opendir(start_block, offset, &i); in dir_scan() 1601 i = s_ops.read_inode(start_block, offset); in dir_scan() 1791 s_ops.squashfs_opendir = squashfs_opendir_4; in read_super() 1792 s_ops.read_fragment = read_fragment_4; in read_super() 1793 s_ops.read_fragment_table = read_fragment_table_4; in read_super() [all …]
|
D | unsquashfs.h | 227 extern squashfs_operations s_ops;
|
D | unsquash-1.c | 220 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_1()
|
D | unsquash-3.c | 297 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_3()
|
D | unsquash-4.c | 266 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_4()
|