Lines Matching refs:test_opt
713 bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT);
716 if (test_opt(sb, WARN_ON_ERROR))
744 if (test_opt(sb, ERRORS_PANIC) && !system_going_down()) {
1084 if (test_opt(sb, ERRORS_CONT)) {
1085 if (test_opt(sb, WARN_ON_ERROR))
2670 test_opt(sb, USRQUOTA));
2673 test_opt(sb, GRPQUOTA));
2816 test_opt(sb, DATA_FLAGS)) {
2825 (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)) {
3014 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO)
3016 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE)
3018 if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC)
3030 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
3032 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA)
3034 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA)
3042 if (test_opt(sb, INIT_INODE_TABLE) && (nodefs ||
3047 if (test_opt(sb, DATA_ERR_ABORT))
3055 if (test_opt(sb, DAX_ALWAYS)) {
3141 if (test_opt(sb, DEBUG))
3731 !sb_rdonly(sb) && test_opt(sb, INIT_INODE_TABLE)) {
3996 if (test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS)) {
4031 (test_opt(sb, NO_PREFETCH_BLOCK_BITMAPS) &&
4032 (first_not_zeroed == ngroups || !test_opt(sb, INIT_INODE_TABLE))))
4107 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
4112 } else if (test_opt(sb, JOURNAL_CHECKSUM)) {
4942 switch (test_opt(sb, DATA_FLAGS)) {
4971 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA &&
4972 test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
4997 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) {
5009 if (test_opt(sb, DAX_ALWAYS)) {
5019 if (test_opt(sb, DELALLOC))
5299 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
5390 if (!test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) {
5394 } else if (test_opt(sb, NOLOAD) && !sb_rdonly(sb) &&
5401 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
5432 if (!test_opt(sb, NO_MBCACHE)) {
5519 if (test_opt(sb, BLOCK_VALIDITY)) {
5611 if (test_opt(sb, DISCARD) && !bdev_max_discard_sectors(sb->s_bdev))
5722 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
5724 else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA)
5767 if (test_opt(sb, BARRIER))
5771 if (test_opt(sb, DATA_ERR_ABORT))
6224 (test_opt(sb, BARRIER) ? REQ_FUA : 0), sbh);
6363 } else if (wait && test_opt(sb, BARRIER))
6521 test_opt(sb, JOURNAL_CHECKSUM)) {
6527 if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) {
6534 if (test_opt(sb, DIOREAD_NOLOCK)) {
6540 } else if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) {
6541 if (test_opt(sb, JOURNAL_ASYNC_COMMIT)) {
6556 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
6679 if (test_opt(sb, BLOCK_VALIDITY) && !sbi->s_system_blks) {
6705 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks)
6712 if (sb_rdonly(sb) || !test_opt(sb, INIT_INODE_TABLE))
6753 if (!test_opt(sb, BLOCK_VALIDITY) && sbi->s_system_blks)
6844 if (!test_opt(sb, MINIX_DF))
6998 if (!test_opt(sb, QUOTA))
7120 test_opt(sb, USRQUOTA),
7121 test_opt(sb, GRPQUOTA),
7122 test_opt(sb, PRJQUOTA),
7154 if (test_opt(sb, DELALLOC))