Home
last modified time | relevance | path

Searched refs:EXT2_FIRST_INO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dialloc.c129 if (ino < EXT2_FIRST_INO(sb) || in ext2_free_inode()
514 if (ino < EXT2_FIRST_INO(sb) || ino > le32_to_cpu(es->s_inodes_count)) { in ext2_new_inode()
H A Dext2.h186 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino) macro
H A Dinode.c1315 if ((ino != EXT2_ROOT_INO && ino < EXT2_FIRST_INO(sb)) || in ext2_get_inode()
H A Dsuper.c364 if (ino < EXT2_FIRST_INO(sb) && ino != EXT2_ROOT_INO) in ext2_nfs_get_inode()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch431 -#define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino)
437 -#define EXT2_FIRST_INO(s) (((s)->s_rev_level == EXT2_GOOD_OLD_REV) ? \