Home | History | Annotate | Download | only in misc

Lines Matching refs:s_creator_os

617         os = e2p_os2string(fs->super->s_creator_os);
671 * Set the S_CREATOR_OS field. Return true if OS is known,
677 sb->s_creator_os = atoi (os);
679 sb->s_creator_os = EXT2_OS_LINUX;
681 sb->s_creator_os = EXT2_OS_HURD;
683 sb->s_creator_os = EXT2_OS_FREEBSD;
685 sb->s_creator_os = EXT2_OS_LITES;
2201 if (fs->super->s_creator_os == EXT2_OS_HURD)