OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_inode_start
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/squashfs-tools/
read_fs.c
121
long long
root_inode_start
, int root_inode_offset,
134
TRACE("scan_inode_table: start 0x%llx, end 0x%llx,
root_inode_start
"
135
"0x%llx\n", start, end,
root_inode_start
);
139
if(start ==
root_inode_start
) {
873
long long
root_inode_start
= start +
local
897
res = scan_inode_table(fd, start, end,
root_inode_start
,
930
root_inode_start
-= start;
931
*cinode_table = malloc(
root_inode_start
);
935
res = read_fs_bytes(fd, start,
root_inode_start
, *cinode_table);
mksquashfs.c
5944
unsigned int
root_inode_start
=
local
[
all
...]
Completed in 35 milliseconds