Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/
H A Dno_new_privs.rst15 - chroot is disallowed to unprivileged processes, since it would allow
/linux/Documentation/arch/x86/x86_64/
H A Dfred.rst80 longer needed when FRED is enabled, thus is disallowed (#UD).
/linux/Documentation/PCI/
H A Dsysfs-pci.rst96 disallowed.
/linux/fs/btrfs/
H A Dioctl.c4172 u64 disallowed, unsupported; in check_feature_bits() local
4190 disallowed = set_mask & ~safe_set; in check_feature_bits()
4191 if (disallowed) { in check_feature_bits()
4192 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
4200 type, disallowed); in check_feature_bits()
4204 disallowed = clear_mask & ~safe_clear; in check_feature_bits()
4205 if (disallowed) { in check_feature_bits()
4206 names = btrfs_printable_features(set, disallowed); in check_feature_bits()
4214 type, disallowed); in check_feature_bits()
/linux/Documentation/filesystems/
H A Daffs.rst80 The file system will not return an error for disallowed
/linux/Documentation/usb/
H A Dmass-storage.rst170 host). It may fail, however, if host disallowed medium removal
/linux/Documentation/driver-api/media/
H A Dmc-core.rst235 If other operations need to be disallowed on streaming entities (such as
/linux/Documentation/bpf/
H A Dbpf_design_QA.rst74 Q: Does it mean that 'innovative' extensions to BPF code are disallowed?
/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst272 another task that doesn't need it or is disallowed from reaching this point.