Home
last modified time | relevance | path

Searched refs:btrfs_printable_features (Results 1 – 3 of 3) sorted by relevance

/fs/btrfs/
Dsysfs.h15 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags);
Dioctl.c4761 names = btrfs_printable_features(set, unsupported); in check_feature_bits()
4776 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
4791 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
Dsysfs.c1252 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags) in btrfs_printable_features() function