Home
last modified time | relevance | path

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

/fs/btrfs/
Dioctl.c5280 u64 disallowed, unsupported; in check_feature_bits() local
5299 disallowed = set_mask & ~safe_set; in check_feature_bits()
5300 if (disallowed) { in check_feature_bits()
5301 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
5310 type, disallowed); in check_feature_bits()
5314 disallowed = clear_mask & ~safe_clear; in check_feature_bits()
5315 if (disallowed) { in check_feature_bits()
5316 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
5325 type, disallowed); in check_feature_bits()