Searched refs:EXT2_ROOT_INODE (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/subsys/fs/ext2/ |
D | ext2.h | 13 #define EXT2_ROOT_INODE 2 macro
|
D | ext2_format.c | 315 inode_offset = EXT2_ROOT_INODE - 1; in ext2_format() 364 de = ext2_create_direntry(".", 1, EXT2_ROOT_INODE, EXT2_FT_DIR); in ext2_format() 371 de = ext2_create_direntry("..", 2, EXT2_ROOT_INODE, EXT2_FT_DIR); in ext2_format() 413 de = ext2_create_direntry("..", 2, EXT2_ROOT_INODE, EXT2_FT_DIR); in ext2_format()
|
D | ext2_impl.c | 417 rc = ext2_inode_get(fs, EXT2_ROOT_INODE, &cur_dir); in ext2_lookup_inode()
|