Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dsysfs.h15 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags);
H A Dioctl.c4251 names = btrfs_printable_features(set, unsupported); in check_feature_bits()
4266 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
4281 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
H A Dsysfs.c1492 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags) in btrfs_printable_features() function