OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_ops
(Results
1 - 5
of
5
) sorted by null
/external/squashfs-tools/squashfs-tools/
unsquashfs.c
50
squashfs_operations
s_ops
;
variable
1015
s_ops
.read_block_list(block_list, inode->block_ptr, inode->blocks);
1050
s_ops
.read_fragment(inode->fragment, &start, &size);
[
all
...]
unsquashfs.h
227
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 73 milliseconds