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.c4752 names = btrfs_printable_features(set, unsupported); in check_feature_bits()
4767 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
4782 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
Dsysfs.c1039 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags) in btrfs_printable_features() function