Lines Matching refs:test_opt
434 if (!test_opt(sb, ERRORS_CONT)) { in ext4_handle_error()
441 if (test_opt(sb, ERRORS_RO)) { in ext4_handle_error()
450 if (test_opt(sb, ERRORS_PANIC)) { in ext4_handle_error()
666 if (test_opt(sb, ERRORS_PANIC)) { in __ext4_abort()
762 if (test_opt(sb, ERRORS_CONT)) { in __ext4_grp_locked_error()
1895 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt()
1984 if (test_opt(sb, PRJQUOTA) && !ext4_has_feature_project(sb)) { in parse_options()
1992 if (test_opt(sb, USRQUOTA) && usr_qf_name) in parse_options()
1995 if (test_opt(sb, GRPQUOTA) && grp_qf_name) in parse_options()
1998 if (test_opt(sb, GRPQUOTA) || test_opt(sb, USRQUOTA)) { in parse_options()
2011 if (test_opt(sb, DIOREAD_NOLOCK)) { in parse_options()
2112 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO) in _ext4_show_options()
2114 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
2116 if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC) in _ext4_show_options()
2129 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in _ext4_show_options()
2131 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in _ext4_show_options()
2133 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA) in _ext4_show_options()
2141 if (nodefs || (test_opt(sb, INIT_INODE_TABLE) && in _ext4_show_options()
2146 if (test_opt(sb, DATA_ERR_ABORT)) in _ext4_show_options()
2215 if (test_opt(sb, DEBUG)) in ext4_setup_super()
2607 if (test_opt(sb, DEBUG)) in ext4_orphan_cleanup()
2621 if (test_opt(sb, DEBUG)) in ext4_orphan_cleanup()
3245 !test_opt(sb, INIT_INODE_TABLE)) in ext4_register_li_request()
3320 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in set_journal_csum_feature_set()
3325 } else if (test_opt(sb, JOURNAL_CHECKSUM)) { in set_journal_csum_feature_set()
3770 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) { in ext4_fill_super()
3779 if (test_opt(sb, DIOREAD_NOLOCK)) { in ext4_fill_super()
3784 if (test_opt(sb, DAX)) { in ext4_fill_super()
3794 if (test_opt(sb, DELALLOC)) in ext4_fill_super()
3801 (test_opt(sb, POSIX_ACL) ? MS_POSIXACL : 0); in ext4_fill_super()
4212 if (!test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) { in ext4_fill_super()
4216 } else if (test_opt(sb, NOLOAD) && !sb_rdonly(sb) && in ext4_fill_super()
4228 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in ext4_fill_super()
4268 switch (test_opt(sb, DATA_FLAGS)) { in ext4_fill_super()
4293 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA && in ext4_fill_super()
4294 test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in ext4_fill_super()
4305 if (!test_opt(sb, NO_MBCACHE)) { in ext4_fill_super()
4464 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in ext4_fill_super()
4466 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in ext4_fill_super()
4473 if (test_opt(sb, DISCARD)) { in ext4_fill_super()
4594 if (test_opt(sb, BARRIER)) in ext4_init_journal_params()
4598 if (test_opt(sb, DATA_ERR_ABORT)) in ext4_init_journal_params()
4913 REQ_SYNC | (test_opt(sb, BARRIER) ? REQ_FUA : 0)); in ext4_commit_super()
5042 } else if (wait && test_opt(sb, BARRIER)) in ext4_sync_fs()
5180 test_opt(sb, JOURNAL_CHECKSUM)) { in ext4_remount()
5186 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) { in ext4_remount()
5193 if (test_opt(sb, DIOREAD_NOLOCK)) { in ext4_remount()
5199 if (test_opt(sb, DAX)) { in ext4_remount()
5205 } else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) { in ext4_remount()
5206 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) { in ext4_remount()
5230 (test_opt(sb, POSIX_ACL) ? MS_POSIXACL : 0); in ext4_remount()
5339 if (sb_rdonly(sb) || !test_opt(sb, INIT_INODE_TABLE)) in ext4_remount()
5446 if (!test_opt(sb, MINIX_DF)) in ext4_statfs()
5604 if (!test_opt(sb, QUOTA)) in ext4_quota_on()
5715 test_opt(sb, USRQUOTA), in ext4_enable_quotas()
5716 test_opt(sb, GRPQUOTA), in ext4_enable_quotas()
5717 test_opt(sb, PRJQUOTA), in ext4_enable_quotas()
5749 if (test_opt(sb, DELALLOC)) in ext4_quota_off()