Home
last modified time | relevance | path

Searched refs:EXT2_OS_HURD (Results 1 – 13 of 13) sorted by relevance

/third_party/e2fsprogs/ext2ed/
Dsuper_com.c101 case EXT2_OS_HURD: in type_ext2_super_block___show()
/third_party/e2fsprogs/lib/ext2fs/
Dinitialize.c38 #if defined(__GNU__) && defined(EXT2_OS_HURD)
39 #define CREATOR_OS EXT2_OS_HURD
Dswapfs.c312 case EXT2_OS_HURD: in ext2fs_swap_inode_full()
Dblock.c383 if ((fs->super->s_creator_os == EXT2_OS_HURD) && in ext2fs_block_iterate3()
Dext2_fs.h787 #define EXT2_OS_HURD 1 macro
/third_party/e2fsprogs/doc/RelNotes/
Dv1.43.1.txt64 whether the creator OS is *not* EXT2_OS_HURD which is the one
/third_party/e2fsprogs/debugfs/
Ddebugfs.c870 if (os == EXT2_OS_HURD) in internal_dump_inode()
881 if (os != EXT2_OS_HURD) in internal_dump_inode()
891 case EXT2_OS_HURD: in internal_dump_inode()
1398 if (os == EXT2_OS_HURD) in do_modify_inode()
1404 case EXT2_OS_HURD: in do_modify_inode()
/third_party/e2fsprogs/misc/
Dmke2fs.c770 return (atoi(os) == EXT2_OS_HURD); in for_hurd()
785 sb->s_creator_os = EXT2_OS_HURD; in set_os()
3211 if (fs->super->s_creator_os == EXT2_OS_HURD) in main()
Dtune2fs.c902 if (fs->super->s_creator_os == EXT2_OS_HURD) in rewrite_inodes()
/third_party/e2fsprogs/e2fsck/
Dpass1.c1833 case EXT2_OS_HURD: in e2fsck_pass1()
1845 if ((fs->super->s_creator_os != EXT2_OS_HURD) && in e2fsck_pass1()
1849 if ((fs->super->s_creator_os != EXT2_OS_HURD) && in e2fsck_pass1()
3572 if ((fs->super->s_creator_os != EXT2_OS_HURD) && in check_blocks()
Dsuper.c973 fs->super->s_creator_os == EXT2_OS_HURD && in check_super_block()
Dpass2.c1997 case EXT2_OS_HURD: in e2fsck_process_bad_inode()
/third_party/e2fsprogs/resize/
Dresize2fs.c524 if (fs->super->s_creator_os == EXT2_OS_HURD) in zero_high_bits_in_inodes()