OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:root_ino
(Results
1 - 7
of
7
) sorted by null
/external/f2fs-tools/mkfs/
f2fs_format.c
376
set_sb(
root_ino
, 3);
590
set_cp(next_free_nid, get_sb(
root_ino
) + 1);
649
journal->nat_j.entries[0].nid = sb->
root_ino
;
651
journal->nat_j.entries[0].ne.ino = sb->
root_ino
;
690
sum_entry->nid = sb->
root_ino
;
707
sum->entries[0].nid = sb->
root_ino
;
897
raw_node->footer.nid = sb->
root_ino
;
898
raw_node->footer.ino = sb->
root_ino
;
976
nat_blk->entries[get_sb(
root_ino
)].block_addr = cpu_to_le32(
979
nat_blk->entries[get_sb(
root_ino
)].ino = sb->root_ino
[
all
...]
/external/openssh/openbsd-compat/
getcwd.c
62
ino_t
root_ino
;
local
103
root_ino
= s.st_ino;
117
if (root_dev == dev &&
root_ino
== ino) {
/external/f2fs-tools/fsck/
sload.c
238
MSG(1, "Labeling %s as %s,
root_ino
= %d\n",
mount.c
182
DISP_u32(sb,
root_ino
);
403
get_sb(
root_ino
) != 3)
492
sbi->root_ino_num = get_sb(
root_ino
);
[
all
...]
/external/e2fsprogs/lib/blkid/
probe.h
759
__u32
root_ino
; /* root inode number */
member in struct:f2fs_super_block
/system/extras/f2fs_utils/
f2fs_sparseblock.c
71
D_DISP_u32(sb,
root_ino
);
/external/f2fs-tools/include/
f2fs_fs.h
501
__le32
root_ino
; /* root inode number */
member in struct:f2fs_super_block
[
all
...]
Completed in 287 milliseconds