Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4acl.c249 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 …]
Dnfs4state.c428 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/
Ddevices.txt21 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/
Do2cb7 and can be written into with the strings "allow", "deny", or
/linux-4.1.27/drivers/staging/wlan-ng/
Dprism2sta.c1621 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()
Dhfa384x.h1354 struct prism2sta_accesslist deny; /* Denied station list. */ member
/linux-4.1.27/arch/arm/kvm/
Dinterrupts.S120 @ then it is safer if we deny guests from using it as well.
/linux-4.1.27/Documentation/networking/
DREADME.sb1000167 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
DLICENSE.qlge39 anyone to deny you these rights or to ask you to surrender the rights.
DLICENSE.qlcnic39 anyone to deny you these rights or to ask you to surrender the rights.
/linux-4.1.27/security/selinux/
DKconfig63 kernel will start in permissive mode (log everything, deny nothing)
/linux-4.1.27/Documentation/gpio/
Ddriver.txt151 GPIO line and register for example) it needs to deny certain operations and
/linux-4.1.27/Documentation/scsi/
DLICENSE.qla4xxx40 anyone to deny you these rights or to ask you to surrender the rights.
DLICENSE.qla2xxx41 anyone to deny you these rights or to ask you to surrender the rights.
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt415 may deny the CacheFiles access to the cache data because under some
/linux-4.1.27/tools/usb/usbip/
DCOPYING29 anyone to deny you these rights or to ask you to surrender the rights.
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense35 deny you these rights or to ask you to surrender the rights. These
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying29 anyone to deny you these rights or to ask you to surrender the rights.
/linux-4.1.27/
DCOPYING45 anyone to deny you these rights or to ask you to surrender the rights.
/linux-4.1.27/Documentation/security/
DSmack.txt133 access to deny. The access strings may contain only the characters
Dkeys.txt801 mustn't deny permission, otherwise error EPERM will be returned.
/linux-4.1.27/net/netfilter/
DKconfig536 explicitly deny and notify via TCP reset/ICMP informational errors
/linux-4.1.27/Documentation/
Dkernel-parameters.txt1107 1 -- enforcing (deny and log).