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

  /src/sys/ufs/ext2fs/
ext2fs_bswap.c 77 new->e2fs_features_compat = bswap32(old->e2fs_features_compat);
ext2fs.h 170 uint32_t e2fs_features_compat; /* compatible feature set */ member in struct:ext2fs
382 ((fs)->e2fs.e2fs_features_compat & (feature)) != 0)
  /src/sbin/newfs_ext2fs/
mke2fs.c 383 sblock.e2fs.e2fs_features_compat = 0;
397 sblock.e2fs.e2fs_features_compat = EXT2F_COMPAT_RESIZE;
432 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0) {
468 sblock.e2fs.e2fs_features_compat &=
494 (sblock.e2fs.e2fs_features_compat &
868 (sblock.e2fs.e2fs_features_compat &
918 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0)
  /src/sbin/fsck_ext2fs/
pass1.c 166 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0))
inode.c 395 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0))
setup.c 403 sblock.e2fs.e2fs_features_compat,
  /src/sys/lib/libsa/
ext2fs.c 922 new->e2fs_features_compat = bswap32(old->e2fs_features_compat);
1003 printf("fs->e2fs.e2fs_features_compat = %u\n",
1004 fs->e2fs.e2fs_features_compat);

Completed in 15 milliseconds