Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
H A Dext2_dinode.h51 #define EXT2_FIRSTINO ((ino_t)11) macro
H A Dext2fs.h430 E2FS_REV0) ? EXT2_FIRSTINO : le32toh(EXT2_SB(s)->e2fs->e2fs_first_ino))
H A Dext2_vfsops.c530 if (le32toh(es->e2fs_first_ino) < EXT2_FIRSTINO) { in ext2_compute_sb_data()