Lines Matching refs:test_opt
393 if (!test_opt(sb, ERRORS_CONT)) { in ext4_handle_error()
400 if (test_opt(sb, ERRORS_RO)) { in ext4_handle_error()
409 if (test_opt(sb, ERRORS_PANIC)) in ext4_handle_error()
600 if (test_opt(sb, ERRORS_PANIC)) in __ext4_abort()
668 if (test_opt(sb, ERRORS_CONT)) { in __ext4_grp_locked_error()
1616 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt()
1689 (test_opt(sb, USRQUOTA) || test_opt(sb, GRPQUOTA))) { in parse_options()
1695 if (test_opt(sb, USRQUOTA) && sbi->s_qf_names[USRQUOTA]) in parse_options()
1698 if (test_opt(sb, GRPQUOTA) && sbi->s_qf_names[GRPQUOTA]) in parse_options()
1701 if (test_opt(sb, GRPQUOTA) || test_opt(sb, USRQUOTA)) { in parse_options()
1714 if (test_opt(sb, DIOREAD_NOLOCK)) { in parse_options()
1811 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO) in _ext4_show_options()
1813 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
1815 if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC) in _ext4_show_options()
1828 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in _ext4_show_options()
1830 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in _ext4_show_options()
1832 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA) in _ext4_show_options()
1840 if (nodefs || (test_opt(sb, INIT_INODE_TABLE) && in _ext4_show_options()
1923 if (test_opt(sb, DEBUG)) in ext4_setup_super()
2226 if (test_opt(sb, DEBUG)) in ext4_orphan_cleanup()
2238 if (test_opt(sb, DEBUG)) in ext4_orphan_cleanup()
3163 !test_opt(sb, INIT_INODE_TABLE)) in ext4_register_li_request()
3238 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in set_journal_csum_feature_set()
3243 } else if (test_opt(sb, JOURNAL_CHECKSUM)) { in set_journal_csum_feature_set()
3606 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) { in ext4_fill_super()
3615 if (test_opt(sb, DIOREAD_NOLOCK)) { in ext4_fill_super()
3620 if (test_opt(sb, DELALLOC)) in ext4_fill_super()
3625 (test_opt(sb, POSIX_ACL) ? MS_POSIXACL : 0); in ext4_fill_super()
3993 if (!test_opt(sb, NOLOAD) && in ext4_fill_super()
3997 } else if (test_opt(sb, NOLOAD) && !(sb->s_flags & MS_RDONLY) && in ext4_fill_super()
4024 switch (test_opt(sb, DATA_FLAGS)) { in ext4_fill_super()
4222 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in ext4_fill_super()
4224 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in ext4_fill_super()
4231 if (test_opt(sb, DISCARD)) { in ext4_fill_super()
4334 if (test_opt(sb, BARRIER)) in ext4_init_journal_params()
4338 if (test_opt(sb, DATA_ERR_ABORT)) in ext4_init_journal_params()
4756 } else if (wait && test_opt(sb, BARRIER)) in ext4_sync_fs()
4891 test_opt(sb, JOURNAL_CHECKSUM)) { in ext4_remount()
4898 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) { in ext4_remount()
4905 if (test_opt(sb, DIOREAD_NOLOCK)) { in ext4_remount()
4917 (test_opt(sb, POSIX_ACL) ? MS_POSIXACL : 0); in ext4_remount()
5021 if ((sb->s_flags & MS_RDONLY) || !test_opt(sb, INIT_INODE_TABLE)) in ext4_remount()
5083 if (!test_opt(sb, MINIX_DF)) in ext4_statfs()
5227 if (!test_opt(sb, QUOTA)) in ext4_quota_on()
5339 if (test_opt(sb, DELALLOC)) in ext4_quota_off()