Lines Matching refs:test_opt

706 	bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT);  in ext4_handle_error()
709 if (test_opt(sb, WARN_ON_ERROR)) in ext4_handle_error()
737 if (test_opt(sb, ERRORS_PANIC) && !system_going_down()) { in ext4_handle_error()
1075 if (test_opt(sb, ERRORS_CONT)) { in __ext4_grp_locked_error()
1076 if (test_opt(sb, WARN_ON_ERROR)) in __ext4_grp_locked_error()
2661 test_opt(sb, USRQUOTA)); in ext4_check_quota_consistency()
2664 test_opt(sb, GRPQUOTA)); in ext4_check_quota_consistency()
2807 test_opt(sb, DATA_FLAGS)) { in ext4_check_opt_consistency()
2816 (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)) { in ext4_check_opt_consistency()
3005 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO) in _ext4_show_options()
3007 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
3009 if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC) in _ext4_show_options()
3021 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in _ext4_show_options()
3023 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in _ext4_show_options()
3025 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA) in _ext4_show_options()
3033 if (test_opt(sb, INIT_INODE_TABLE) && (nodefs || in _ext4_show_options()
3038 if (test_opt(sb, DATA_ERR_ABORT)) in _ext4_show_options()
3046 if (test_opt(sb, DAX_ALWAYS)) { in _ext4_show_options()
3132 if (test_opt(sb, DEBUG)) in ext4_setup_super()
3722 !sb_rdonly(sb) && test_opt(sb, INIT_INODE_TABLE)) { in ext4_run_li_request()
3987 if (test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS)) { in ext4_li_request_new()
4022 (test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS) && in ext4_register_li_request()
4023 (first_not_zeroed == ngroups || !test_opt(sb, INIT_INODE_TABLE)))) in ext4_register_li_request()
4098 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in set_journal_csum_feature_set()
4103 } else if (test_opt(sb, JOURNAL_CHECKSUM)) { in set_journal_csum_feature_set()
4933 switch (test_opt(sb, DATA_FLAGS)) { in ext4_load_and_init_journal()
4962 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA && in ext4_load_and_init_journal()
4963 test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in ext4_load_and_init_journal()
4988 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) { in ext4_check_journal_data_mode()
5000 if (test_opt(sb, DAX_ALWAYS)) { in ext4_check_journal_data_mode()
5010 if (test_opt(sb, DELALLOC)) in ext4_check_journal_data_mode()
5278 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_fill_super()
5373 if (!test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) { in __ext4_fill_super()
5377 } else if (test_opt(sb, NOLOAD) && !sb_rdonly(sb) && in __ext4_fill_super()
5384 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in __ext4_fill_super()
5415 if (!test_opt(sb, NO_MBCACHE)) { in __ext4_fill_super()
5502 if (test_opt(sb, BLOCK_VALIDITY)) { in __ext4_fill_super()
5599 if (test_opt(sb, DISCARD) && !bdev_max_discard_sectors(sb->s_bdev)) in __ext4_fill_super()
5708 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in ext4_fill_super()
5710 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in ext4_fill_super()
5753 if (test_opt(sb, BARRIER)) in ext4_init_journal_params()
5757 if (test_opt(sb, DATA_ERR_ABORT)) in ext4_init_journal_params()
6210 (test_opt(sb, BARRIER) ? REQ_FUA : 0), sbh); in ext4_commit_super()
6349 } else if (wait && test_opt(sb, BARRIER)) in ext4_sync_fs()
6488 test_opt(sb, JOURNAL_CHECKSUM)) { in __ext4_remount()
6494 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) { in __ext4_remount()
6501 if (test_opt(sb, DIOREAD_NOLOCK)) { in __ext4_remount()
6507 } else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) { in __ext4_remount()
6508 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in __ext4_remount()
6526 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_remount()
6649 if (test_opt(sb, BLOCK_VALIDITY) && !sbi->s_system_blks) { in __ext4_remount()
6675 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in __ext4_remount()
6682 if (sb_rdonly(sb) || !test_opt(sb, INIT_INODE_TABLE)) in __ext4_remount()
6711 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks) in __ext4_remount()
6802 if (!test_opt(sb, MINIX_DF)) in ext4_statfs()
6944 if (!test_opt(sb, QUOTA)) in ext4_quota_on()
7066 test_opt(sb, USRQUOTA), in ext4_enable_quotas()
7067 test_opt(sb, GRPQUOTA), in ext4_enable_quotas()
7068 test_opt(sb, PRJQUOTA), in ext4_enable_quotas()
7100 if (test_opt(sb, DELALLOC)) in ext4_quota_off()