Home
last modified time | relevance | path

Searched refs:EXT2_ROOT_INODE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2.h13 #define EXT2_ROOT_INODE 2 macro
Dext2_format.c315 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()
Dext2_impl.c417 rc = ext2_inode_get(fs, EXT2_ROOT_INODE, &cur_dir); in ext2_lookup_inode()