HomeSort by: relevance | last modified time | path
    Searched refs:e2fs_first_ino (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_bswap.c 74 new->e2fs_first_ino = bswap32(old->e2fs_first_ino);
ext2fs.h 167 uint32_t e2fs_first_ino; /* first non-reserved inode */ member in struct:ext2fs
ext2fs_vfsops.c 1440 if (fs->e2fs_first_ino != EXT2_FIRSTINO) {
  /src/sys/lib/libsa/
ext2fs.c 432 (ext2fs.e2fs_first_ino != EXT2_FIRSTINO ||
919 new->e2fs_first_ino = bswap32(old->e2fs_first_ino);
999 printf("fs->e2fs.e2fs_first_ino = %u\n",
1000 fs->e2fs.e2fs_first_ino);
  /src/usr.sbin/installboot/
ext2fs.c 140 (fs->e2fs.e2fs_first_ino != EXT2_FIRSTINO ||
  /src/sbin/newfs_ext2fs/
mke2fs.c 406 sblock.e2fs.e2fs_first_ino = EXT2_FIRSTINO;

Completed in 14 milliseconds