Home
last modified time | relevance | path

Searched refs:s_ops (Results 1 – 5 of 5) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c55 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 …]
Dunsquashfs.h231 extern squashfs_operations s_ops;
Dunsquash-1.c220 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_1()
Dunsquash-4.c266 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_4()
Dunsquash-3.c297 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_3()