Lines Matching refs:test_opt
178 if (!test_opt (sb, ERRORS_CONT)) { in ext3_handle_error()
185 if (test_opt (sb, ERRORS_RO)) { in ext3_handle_error()
191 if (test_opt(sb, ERRORS_PANIC)) in ext3_handle_error()
296 if (test_opt(sb, ERRORS_PANIC)) in ext3_abort()
577 if (test_opt(sb, USRQUOTA)) in ext3_show_quota_options()
580 if (test_opt(sb, GRPQUOTA)) in ext3_show_quota_options()
614 if (test_opt(sb, MINIX_DF)) in ext3_show_options()
616 if (test_opt(sb, GRPID)) in ext3_show_options()
618 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT3_DEFM_BSDGROUPS)) in ext3_show_options()
628 if (test_opt(sb, ERRORS_RO)) { in ext3_show_options()
636 if (test_opt(sb, ERRORS_CONT)) in ext3_show_options()
638 if (test_opt(sb, ERRORS_PANIC)) in ext3_show_options()
640 if (test_opt(sb, NO_UID32)) in ext3_show_options()
642 if (test_opt(sb, DEBUG)) in ext3_show_options()
645 if (test_opt(sb, XATTR_USER)) in ext3_show_options()
647 if (!test_opt(sb, XATTR_USER) && in ext3_show_options()
653 if (test_opt(sb, POSIX_ACL)) in ext3_show_options()
655 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT3_DEFM_ACL)) in ext3_show_options()
658 if (!test_opt(sb, RESERVATION)) in ext3_show_options()
669 seq_puts(seq, test_opt(sb, BARRIER) ? "1" : "0"); in ext3_show_options()
670 seq_printf(seq, ",data=%s", data_mode_string(test_opt(sb, DATA_FLAGS))); in ext3_show_options()
671 if (test_opt(sb, DATA_ERR_ABORT)) in ext3_show_options()
674 if (test_opt(sb, NOLOAD)) in ext3_show_options()
1135 if (test_opt(sb, DATA_FLAGS) == data_opt) in parse_options()
1142 data_mode_string(test_opt(sb, in parse_options()
1279 if (test_opt(sb, USRQUOTA) && sbi->s_qf_names[USRQUOTA]) in parse_options()
1281 if (test_opt(sb, GRPQUOTA) && sbi->s_qf_names[GRPQUOTA]) in parse_options()
1284 if (test_opt(sb, GRPQUOTA) || test_opt(sb, USRQUOTA)) { in parse_options()
1356 if (test_opt(sb, DEBUG)) in ext3_setup_super()
1731 (test_opt(sb, POSIX_ACL) ? MS_POSIXACL : 0); in ext3_fill_super()
1966 if (!test_opt(sb, NOLOAD) && in ext3_fill_super()
1998 switch (test_opt(sb, DATA_FLAGS)) { in ext3_fill_super()
2056 test_opt(sb,DATA_FLAGS) == EXT3_MOUNT_JOURNAL_DATA ? "journal": in ext3_fill_super()
2057 test_opt(sb,DATA_FLAGS) == EXT3_MOUNT_ORDERED_DATA ? "ordered": in ext3_fill_super()
2108 if (test_opt(sb, BARRIER)) in ext3_init_journal_params()
2112 if (test_opt(sb, DATA_ERR_ABORT)) in ext3_init_journal_params()
2302 if (!really_read_only && test_opt(sb, UPDATE_JOURNAL)) { in ext3_load_journal()
2608 if (test_opt(sb, ABORT)) in ext3_remount()
2612 (test_opt(sb, POSIX_ACL) ? MS_POSIXACL : 0); in ext3_remount()
2620 if (test_opt(sb, ABORT)) { in ext3_remount()
2725 if (test_opt(sb, MINIX_DF)) { in ext3_statfs()
2898 if (!test_opt(sb, QUOTA)) in ext3_quota_on()