Searched refs:disallowed (Results 1 – 1 of 1) sorted by relevance
5751 u64 disallowed, unsupported; in check_feature_bits() local5770 disallowed = set_mask & ~safe_set; in check_feature_bits()5771 if (disallowed) { in check_feature_bits()5772 names = btrfs_printable_features(set, disallowed); in check_feature_bits()5781 type, disallowed); in check_feature_bits()5785 disallowed = clear_mask & ~safe_clear; in check_feature_bits()5786 if (disallowed) { in check_feature_bits()5787 names = btrfs_printable_features(set, disallowed); in check_feature_bits()5796 type, disallowed); in check_feature_bits()