Searched refs:disallowed (Results 1 – 1 of 1) sorted by relevance
5391 u64 disallowed, unsupported; in check_feature_bits() local5410 disallowed = set_mask & ~safe_set; in check_feature_bits()5411 if (disallowed) { in check_feature_bits()5412 names = btrfs_printable_features(set, disallowed); in check_feature_bits()5421 type, disallowed); in check_feature_bits()5425 disallowed = clear_mask & ~safe_clear; in check_feature_bits()5426 if (disallowed) { in check_feature_bits()5427 names = btrfs_printable_features(set, disallowed); in check_feature_bits()5436 type, disallowed); in check_feature_bits()