Lines Matching refs:ctx_test_mount_opt
2608 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_PRJQUOTA) && in ext4_check_quota_consistency()
2619 !ctx_test_mount_opt(ctx, quota_flags)) in ext4_check_quota_consistency()
2662 usrquota = (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) || in ext4_check_quota_consistency()
2665 grpquota = (ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA) || in ext4_check_quota_consistency()
2799 } else if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DATA_FLAGS) != in ext4_check_opt_consistency()
2809 ctx_test_mount_opt(ctx, EXT4_MOUNT_DATA_ERR_ABORT)) { in ext4_check_opt_consistency()
2815 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS) && in ext4_check_opt_consistency()
2822 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS) && in ext4_check_opt_consistency()
2887 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) && usr_qf_name) in ext4_validate_options()
2890 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA) && grp_qf_name) in ext4_validate_options()
2893 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) || in ext4_validate_options()
2894 ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA)) { in ext4_validate_options()