Searched refs:btrfs_printable_features (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | sysfs.h | 15 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags);
|
H A D | ioctl.c | 4232 names = btrfs_printable_features(set, unsupported); in check_feature_bits() 4247 names = btrfs_printable_features(set, disallowed); in check_feature_bits() 4262 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
|
H A D | sysfs.c | 1492 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags) in btrfs_printable_features() function
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | sysfs.h | 15 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags);
|
H A D | ioctl.c | 4752 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()
|
H A D | sysfs.c | 1039 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags) in btrfs_printable_features() function
|
Completed in 19 milliseconds