Searched refs:ctx_test_mount_opt (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ext4/ |
| H A D | super.c | 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() [all …]
|
| /linux/fs/ext2/ |
| H A D | super.c | 503 ctx_test_mount_opt(struct ext2_fs_context *ctx, unsigned long flag) in ctx_test_mount_opt() function
|