Searched refs:ctx_test_mount_opt (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ext4/ |
| H A D | super.c | 2591 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_PRJQUOTA) && in ext4_check_quota_consistency() 2602 !ctx_test_mount_opt(ctx, quota_flags)) in ext4_check_quota_consistency() 2645 usrquota = (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) || in ext4_check_quota_consistency() 2648 grpquota = (ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA) || in ext4_check_quota_consistency() 2782 } else if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DATA_FLAGS) != in ext4_check_opt_consistency() 2792 ctx_test_mount_opt(ctx, EXT4_MOUNT_DATA_ERR_ABORT)) { in ext4_check_opt_consistency() 2798 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS) && in ext4_check_opt_consistency() 2805 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_DAX_ALWAYS) && in ext4_check_opt_consistency() 2870 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) && usr_qf_name) in ext4_validate_options() 2873 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
|