Home
last modified time | relevance | path

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

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