/linux-4.1.27/fs/nfsd/ |
D | nfs4acl.c | 249 unsigned short deny; in _posix_to_nfsv4_one() local 260 deny = ~pas.owner; in _posix_to_nfsv4_one() 265 deny &= pas.users | pas.group | pas.groups | pas.other; in _posix_to_nfsv4_one() 266 if (deny) { in _posix_to_nfsv4_one() 269 ace->access_mask = deny_mask_from_posix(deny, flags); in _posix_to_nfsv4_one() 284 deny = ~(pa->e_perm & pas.mask); in _posix_to_nfsv4_one() 285 deny &= pas.groups | pas.group | pas.other; in _posix_to_nfsv4_one() 286 if (deny) { in _posix_to_nfsv4_one() 289 ace->access_mask = deny_mask_from_posix(deny, flags); in _posix_to_nfsv4_one() 337 deny = ~pas.group & pas.other; in _posix_to_nfsv4_one() [all …]
|
D | nfs4state.c | 428 static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny) in nfs4_file_check_deny() argument 431 if (deny) { in nfs4_file_check_deny() 433 if (deny & ~NFS4_SHARE_DENY_BOTH) in nfs4_file_check_deny() 436 if ((deny & NFS4_SHARE_DENY_READ) && in nfs4_file_check_deny() 440 if ((deny & NFS4_SHARE_DENY_WRITE) && in nfs4_file_check_deny() 961 set_deny(u32 deny, struct nfs4_ol_stateid *stp) in set_deny() argument 963 unsigned char mask = 1 << deny; in set_deny() 965 WARN_ON_ONCE(deny > NFS4_SHARE_DENY_BOTH); in set_deny() 971 clear_deny(u32 deny, struct nfs4_ol_stateid *stp) in clear_deny() argument 973 unsigned char mask = 1 << deny; in clear_deny() [all …]
|
/linux-4.1.27/Documentation/cgroups/ |
D | devices.txt | 21 devices.deny. For instance 28 echo a > /sys/fs/cgroup/1/devices.deny 56 a cgroup's devices.deny file, all its children will have that entry removed 68 B deny "c 1:3 rwm", "c 116:2 rwm", "b 3:* rwm" 71 # echo "c 116:* r" > A/devices.deny 105 Allowing or denying all by writing 'a' to devices.allow or devices.deny will
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | prism2sta.c | 1621 if (hw->deny.modify == 0) { in prism2sta_inf_authreq_defer() 1622 cnt = hw->deny.cnt; in prism2sta_inf_authreq_defer() 1623 addr = hw->deny.addr[0]; in prism2sta_inf_authreq_defer() 1625 cnt = hw->deny.cnt1; in prism2sta_inf_authreq_defer() 1626 addr = hw->deny.addr1[0]; in prism2sta_inf_authreq_defer()
|
D | hfa384x.h | 1354 struct prism2sta_accesslist deny; /* Denied station list. */ member
|
/linux-4.1.27/arch/arm/kvm/ |
D | interrupts.S | 120 @ then it is safer if we deny guests from using it as well.
|
/linux-4.1.27/Documentation/networking/ |
D | README.sb1000 | 167 6.) I'm getting *tons* of firewall deny messages in the /var/kern.log, 172 and/or portscanning (UDP connection attempts) attacks! Look over the deny
|
D | LICENSE.qlge | 39 anyone to deny you these rights or to ask you to surrender the rights.
|
D | LICENSE.qlcnic | 39 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux-4.1.27/security/selinux/ |
D | Kconfig | 63 kernel will start in permissive mode (log everything, deny nothing)
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 151 GPIO line and register for example) it needs to deny certain operations and
|
/linux-4.1.27/Documentation/scsi/ |
D | LICENSE.qla4xxx | 40 anyone to deny you these rights or to ask you to surrender the rights.
|
D | LICENSE.qla2xxx | 41 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 415 may deny the CacheFiles access to the cache data because under some
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 35 deny you these rights or to ask you to surrender the rights. These
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux-4.1.27/ |
D | COPYING | 45 anyone to deny you these rights or to ask you to surrender the rights.
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 133 access to deny. The access strings may contain only the characters
|
D | keys.txt | 801 mustn't deny permission, otherwise error EPERM will be returned.
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 536 explicitly deny and notify via TCP reset/ICMP informational errors
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1107 1 -- enforcing (deny and log).
|