OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scan_inode_table
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/squashfs-tools/
read_fs.c
120
int
scan_inode_table
(int fd, long long start, long long end,
function
134
TRACE("
scan_inode_table
: start 0x%llx, end 0x%llx, root_inode_start "
140
TRACE("
scan_inode_table
: read compressed block 0x%llx "
150
TRACE("
scan_inode_table
: reading block 0x%llx\n", start);
232
TRACE("
scan_inode_table
: processing inode @ byte position "
261
TRACE("
scan_inode_table
: regular file, file_size %d, "
316
TRACE("
scan_inode_table
: extended regular "
479
ERROR("Unknown inode type %d in
scan_inode_table
!\n",
489
ERROR("
scan_inode_table
: filesystem corruption detected in "
897
res =
scan_inode_table
(fd, start, end, root_inode_start
[
all
...]
/external/squashfs-tools/
CHANGES
66
- read_fs: check metadata blocks are expected size in
scan_inode_table
()
67
- read_fs: check the root inode block is found in
scan_inode_table
()
68
- read_fs: Further harden
scan_inode_table
() against corrupted
96
- read_fs:
scan_inode_table
(), fix memory leak on filesystem corruption
Completed in 42 milliseconds