HomeSort by relevance Sort by last modified time
    Searched refs:s_ops (Results 1 - 5 of 5) sorted by null

  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 55 squashfs_operations s_ops; variable
1020 s_ops.read_block_list(block_list, inode->block_ptr, inode->blocks);
1055 s_ops.read_fragment(inode->fragment, &start, &size);
    [all...]
unsquashfs.h 231 extern squashfs_operations s_ops;
unsquash-1.c 220 *i = s_ops.read_inode(block_start, offset);
unsquash-3.c 297 *i = s_ops.read_inode(block_start, offset);
unsquash-4.c 266 *i = s_ops.read_inode(block_start, offset);

Completed in 8429 milliseconds