OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:node_ino
(Results
1 - 4
of
4
) sorted by null
/external/f2fs-tools/mkfs/
f2fs_format.c
292
super_block.
node_ino
= cpu_to_le32(1);
791
nat_blk->entries[le32_to_cpu(super_block.
node_ino
)].block_addr = cpu_to_le32(1);
792
nat_blk->entries[le32_to_cpu(super_block.
node_ino
)].ino = super_block.
node_ino
;
/external/f2fs-tools/include/
f2fs_fs.h
341
__le32
node_ino
; /* node inode number */
member in struct:f2fs_super_block
/system/extras/f2fs_utils/
f2fs_sparseblock.c
67
D_DISP_u32(sb,
node_ino
);
/external/f2fs-tools/fsck/
mount.c
133
DISP_u32(sb,
node_ino
);
264
sbi->node_ino_num = le32_to_cpu(raw_super->
node_ino
);
[
all
...]
Completed in 72 milliseconds