Home
last modified time | relevance | path

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

/fs/btrfs/
Dioctl.c4755 u64 disallowed, unsupported; in check_feature_bits() local
4759 unsupported = set_mask & ~supported_flags; in check_feature_bits()
4760 if (unsupported) { in check_feature_bits()
4761 names = btrfs_printable_features(set, unsupported); in check_feature_bits()
4770 type, unsupported); in check_feature_bits()