s_def_mount_opt  1403 fs/ext4/ext4.h 	unsigned int s_def_mount_opt;
s_def_mount_opt  2194 fs/ext4/super.c 	int def_errors, def_mount_opt = sbi->s_def_mount_opt;
s_def_mount_opt  3876 fs/ext4/super.c 	sbi->s_def_mount_opt = sbi->s_mount_opt;
s_def_mount_opt  4388 fs/ext4/super.c 		    (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) {
s_def_mount_opt  4393 fs/ext4/super.c 		sbi->s_def_mount_opt &= ~EXT4_MOUNT_JOURNAL_CHECKSUM;
s_def_mount_opt  4425 fs/ext4/super.c 			sbi->s_def_mount_opt |= EXT4_MOUNT_ORDERED_DATA;
s_def_mount_opt  4428 fs/ext4/super.c 			sbi->s_def_mount_opt |= EXT4_MOUNT_JOURNAL_DATA;