Home
last modified time | relevance | path

Searched refs:EXT2_ROOT_INO (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/
H A Dext_common.h45 #define EXT2_ROOT_INO 2 /* Root inode */ macro
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0002-linux-syslinux-implement-open_ext2_fs.patch113 + root = cwd = EXT2_ROOT_INO;
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch37 -#define EXT2_ROOT_INO 2 // Root inode
387 -#define EXT2_ROOT_INO 2 /* Root inode */
/openbmc/linux/fs/ext2/
H A Dext2.h162 #define EXT2_ROOT_INO 2 /* Root inode */ macro
H A Dsuper.c364 if (ino < EXT2_FIRST_INO(sb) && ino != EXT2_ROOT_INO) in ext2_nfs_get_inode()
1173 root = ext2_iget(sb, EXT2_ROOT_INO); in ext2_fill_super()
H A Dinode.c1315 if ((ino != EXT2_ROOT_INO && ino < EXT2_FIRST_INO(sb)) || in ext2_get_inode()
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c796 result_inode_no = EXT2_ROOT_INO; in ext4fs_get_parent_inode_num()
801 result_inode_no = EXT2_ROOT_INO; in ext4fs_get_parent_inode_num()