Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/ext2fs/
HDext2_dinode.h49 #define EXT2_FIRSTINO ((ino_t)11) macro
HDext2fs.h429 E2FS_REV0) ? EXT2_FIRSTINO : le32toh(EXT2_SB(s)->e2fs->e2fs_first_ino))
HDext2_vfsops.c530 if (le32toh(es->e2fs_first_ino) < EXT2_FIRSTINO) { in ext2_compute_sb_data()