Searched refs:ctx_test_mount_opt (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ext4/ |
H A D | super.c | 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() [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
|