Lines Matching refs:test_opt

685 	bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT);  in ext4_handle_error()
688 if (test_opt(sb, WARN_ON_ERROR)) in ext4_handle_error()
717 if (test_opt(sb, ERRORS_PANIC) && !system_going_down()) { in ext4_handle_error()
1058 if (test_opt(sb, ERRORS_CONT)) { in __ext4_grp_locked_error()
1059 if (test_opt(sb, WARN_ON_ERROR)) in __ext4_grp_locked_error()
2627 test_opt(sb, USRQUOTA)); in ext4_check_quota_consistency()
2630 test_opt(sb, GRPQUOTA)); in ext4_check_quota_consistency()
2764 test_opt(sb, DATA_FLAGS)) { in ext4_check_opt_consistency()
2780 (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)) { in ext4_check_opt_consistency()
2969 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO) in _ext4_show_options()
2971 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
2973 if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC) in _ext4_show_options()
2987 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in _ext4_show_options()
2989 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in _ext4_show_options()
2991 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA) in _ext4_show_options()
2999 if (test_opt(sb, INIT_INODE_TABLE) && (nodefs || in _ext4_show_options()
3004 if (test_opt(sb, DATA_ERR_ABORT)) in _ext4_show_options()
3012 if (test_opt(sb, DAX_ALWAYS)) { in _ext4_show_options()
3031 if (nodefs && !test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS)) in _ext4_show_options()
3107 if (test_opt(sb, DEBUG)) in ext4_setup_super()
3696 test_opt(sb, INIT_INODE_TABLE)) { in ext4_run_li_request()
3967 if (test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS)) { in ext4_li_request_new()
4002 (test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS) && in ext4_register_li_request()
4003 (first_not_zeroed == ngroups || !test_opt(sb, INIT_INODE_TABLE)))) in ext4_register_li_request()
4078 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in set_journal_csum_feature_set()
4083 } else if (test_opt(sb, JOURNAL_CHECKSUM)) { in set_journal_csum_feature_set()
4934 switch (test_opt(sb, DATA_FLAGS)) { in ext4_load_and_init_journal()
4963 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA && in ext4_load_and_init_journal()
4964 test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in ext4_load_and_init_journal()
4986 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) { in ext4_check_journal_data_mode()
4998 if (test_opt(sb, DAX_ALWAYS)) { in ext4_check_journal_data_mode()
5008 if (test_opt(sb, DELALLOC)) in ext4_check_journal_data_mode()
5021 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) in ext4_has_journal_option()
5030 if (test_opt(sb, DATA_ERR_ABORT)) in ext4_has_journal_option()
5320 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_fill_super()
5415 if (!test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) { in __ext4_fill_super()
5421 } else if (test_opt(sb, NOLOAD) && !sb_rdonly(sb) && in __ext4_fill_super()
5446 if (!test_opt(sb, NO_MBCACHE)) { in __ext4_fill_super()
5534 if (test_opt(sb, BLOCK_VALIDITY)) { in __ext4_fill_super()
5626 if (test_opt(sb, DISCARD) && !bdev_max_discard_sectors(sb->s_bdev)) { in __ext4_fill_super()
5733 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in ext4_fill_super()
5735 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in ext4_fill_super()
5778 if (test_opt(sb, BARRIER)) in ext4_init_journal_params()
6227 (test_opt(sb, BARRIER) ? REQ_FUA : 0), sbh); in ext4_commit_super()
6367 } else if (wait && test_opt(sb, BARRIER)) in ext4_sync_fs()
6525 test_opt(sb, JOURNAL_CHECKSUM)) { in __ext4_remount()
6531 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) { in __ext4_remount()
6538 if (test_opt(sb, DIOREAD_NOLOCK)) { in __ext4_remount()
6544 } else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) { in __ext4_remount()
6545 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in __ext4_remount()
6560 !test_opt(sb, DELALLOC)) { in __ext4_remount()
6567 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_remount()
6690 if (test_opt(sb, BLOCK_VALIDITY) && !sbi->s_system_blks) { in __ext4_remount()
6716 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in __ext4_remount()
6723 if (sb_rdonly(sb) || !test_opt(sb, INIT_INODE_TABLE)) in __ext4_remount()
6764 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in __ext4_remount()
6863 if (!test_opt(sb, MINIX_DF)) in ext4_statfs()
7034 if (!test_opt(sb, QUOTA)) in ext4_quota_on()
7156 test_opt(sb, USRQUOTA), in ext4_enable_quotas()
7157 test_opt(sb, GRPQUOTA), in ext4_enable_quotas()
7158 test_opt(sb, PRJQUOTA), in ext4_enable_quotas()
7190 if (test_opt(sb, DELALLOC)) in ext4_quota_off()