Lines Matching refs:names
5461 char *names; in check_feature_bits() local
5468 names = btrfs_printable_features(set, unsupported); in check_feature_bits()
5469 if (names) { in check_feature_bits()
5472 names, strchr(names, ',') ? "s" : ""); in check_feature_bits()
5473 kfree(names); in check_feature_bits()
5483 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
5484 if (names) { in check_feature_bits()
5487 names, strchr(names, ',') ? "s" : ""); in check_feature_bits()
5488 kfree(names); in check_feature_bits()
5498 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
5499 if (names) { in check_feature_bits()
5502 names, strchr(names, ',') ? "s" : ""); in check_feature_bits()
5503 kfree(names); in check_feature_bits()