Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dioctl.c5751 u64 disallowed, unsupported; in check_feature_bits() local
5770 disallowed = set_mask & ~safe_set; in check_feature_bits()
5771 if (disallowed) { in check_feature_bits()
5772 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
5781 type, disallowed); in check_feature_bits()
5785 disallowed = clear_mask & ~safe_clear; in check_feature_bits()
5786 if (disallowed) { in check_feature_bits()
5787 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
5796 type, disallowed); in check_feature_bits()