Searched refs:s_ops (Results 1 – 5 of 5) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 55 squashfs_operations s_ops; variable 1020 s_ops.read_block_list(block_list, inode->block_ptr, inode->blocks); in write_file() 1055 s_ops.read_fragment(inode->fragment, &start, &size); in write_file() 1489 struct dir *dir = s_ops.squashfs_opendir(start_block, offset, &i); in pre_scan() 1514 i = s_ops.read_inode(start_block, offset); in pre_scan() 1541 struct dir *dir = s_ops.squashfs_opendir(start_block, offset, &i); in dir_scan() 1606 i = s_ops.read_inode(start_block, offset); in dir_scan() 1796 s_ops.squashfs_opendir = squashfs_opendir_4; in read_super() 1797 s_ops.read_fragment = read_fragment_4; in read_super() 1798 s_ops.read_fragment_table = read_fragment_table_4; in read_super() [all …]
|
D | unsquashfs.h | 231 extern squashfs_operations s_ops;
|
D | unsquash-1.c | 220 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_1()
|
D | unsquash-4.c | 266 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_4()
|
D | unsquash-3.c | 297 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_3()
|