Home
last modified time | relevance | path

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

/fs/btrfs/
Dioctl.c4755 u64 disallowed, unsupported; in check_feature_bits() local
4774 disallowed = set_mask & ~safe_set; in check_feature_bits()
4775 if (disallowed) { in check_feature_bits()
4776 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
4785 type, disallowed); in check_feature_bits()
4789 disallowed = clear_mask & ~safe_clear; in check_feature_bits()
4790 if (disallowed) { in check_feature_bits()
4791 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
4800 type, disallowed); in check_feature_bits()