Lines Matching refs:ctx_test_mount_opt
2572 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_PRJQUOTA) && in ext4_check_quota_consistency()
2583 !ctx_test_mount_opt(ctx, quota_flags)) in ext4_check_quota_consistency()
2626 usrquota = (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) || in ext4_check_quota_consistency()
2629 grpquota = (ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA) || in ext4_check_quota_consistency()
2763 } else if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DATA_FLAGS) != in ext4_check_opt_consistency()
2773 ctx_test_mount_opt(ctx, EXT4_MOUNT_DATA_ERR_ABORT)) { in ext4_check_opt_consistency()
2779 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS) && in ext4_check_opt_consistency()
2786 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS) && in ext4_check_opt_consistency()
2851 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) && usr_qf_name) in ext4_validate_options()
2854 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA) && grp_qf_name) in ext4_validate_options()
2857 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) || in ext4_validate_options()
2858 ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA)) { in ext4_validate_options()