Lines Matching refs:test_opt

168 	if (!test_opt (sb, ERRORS_CONT)) {  in ext3_handle_error()
175 if (test_opt (sb, ERRORS_RO)) { in ext3_handle_error()
186 if (test_opt(sb, ERRORS_PANIC)) in ext3_handle_error()
291 if (test_opt(sb, ERRORS_PANIC)) in ext3_abort()
586 if (test_opt(sb, USRQUOTA)) in ext3_show_quota_options()
589 if (test_opt(sb, GRPQUOTA)) in ext3_show_quota_options()
623 if (test_opt(sb, MINIX_DF)) in ext3_show_options()
625 if (test_opt(sb, GRPID)) in ext3_show_options()
627 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT3_DEFM_BSDGROUPS)) in ext3_show_options()
639 if (test_opt(sb, ERRORS_RO)) { in ext3_show_options()
647 if (test_opt(sb, ERRORS_CONT)) in ext3_show_options()
649 if (test_opt(sb, ERRORS_PANIC)) in ext3_show_options()
651 if (test_opt(sb, NO_UID32)) in ext3_show_options()
653 if (test_opt(sb, DEBUG)) in ext3_show_options()
656 if (test_opt(sb, XATTR_USER)) in ext3_show_options()
658 if (!test_opt(sb, XATTR_USER) && in ext3_show_options()
664 if (test_opt(sb, POSIX_ACL)) in ext3_show_options()
666 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT3_DEFM_ACL)) in ext3_show_options()
669 if (!test_opt(sb, RESERVATION)) in ext3_show_options()
680 seq_puts(seq, test_opt(sb, BARRIER) ? "1" : "0"); in ext3_show_options()
681 seq_printf(seq, ",data=%s", data_mode_string(test_opt(sb, DATA_FLAGS))); in ext3_show_options()
682 if (test_opt(sb, DATA_ERR_ABORT)) in ext3_show_options()
685 if (test_opt(sb, NOLOAD)) in ext3_show_options()
1208 if (test_opt(sb, DATA_FLAGS) == data_opt) in parse_options()
1215 data_mode_string(test_opt(sb, in parse_options()
1352 if (test_opt(sb, USRQUOTA) && sbi->s_qf_names[USRQUOTA]) in parse_options()
1354 if (test_opt(sb, GRPQUOTA) && sbi->s_qf_names[GRPQUOTA]) in parse_options()
1357 if (test_opt(sb, GRPQUOTA) || test_opt(sb, USRQUOTA)) { in parse_options()
1422 if (test_opt(sb, DEBUG)) in ext3_setup_super()
1796 (test_opt(sb, POSIX_ACL) ? MS_POSIXACL : 0); in ext3_fill_super()
2032 if (!test_opt(sb, NOLOAD) && in ext3_fill_super()
2064 switch (test_opt(sb, DATA_FLAGS)) { in ext3_fill_super()
2123 test_opt(sb,DATA_FLAGS) == EXT3_MOUNT_JOURNAL_DATA ? "journal": in ext3_fill_super()
2124 test_opt(sb,DATA_FLAGS) == EXT3_MOUNT_ORDERED_DATA ? "ordered": in ext3_fill_super()
2175 if (test_opt(sb, BARRIER)) in ext3_init_journal_params()
2179 if (test_opt(sb, DATA_ERR_ABORT)) in ext3_init_journal_params()
2369 if (!really_read_only && test_opt(sb, UPDATE_JOURNAL)) { in ext3_load_journal()
2690 if (test_opt(sb, ABORT)) in ext3_remount()
2694 (test_opt(sb, POSIX_ACL) ? MS_POSIXACL : 0); in ext3_remount()
2702 if (test_opt(sb, ABORT)) { in ext3_remount()
2800 if (test_opt(sb, MINIX_DF)) { in ext3_statfs()
2978 if (!test_opt(sb, QUOTA)) in ext3_quota_on()