Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
DKconfig46 bool "NFS server support for the NFSv3 ACL protocol extension"
50 Solaris NFS servers support an auxiliary NFSv3 ACL protocol that
58 NFSv3 ACL protocol extension allowing NFS clients to manipulate
60 clients which support the Solaris NFSv3 ACL protocol can then
63 To store ACLs on your NFS server, you also need to enable ACL-
Dnfs3acl.c259 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
263 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
Dnfs2acl.c372 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
376 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
/linux-4.19.296/fs/nfs/
DKconfig53 bool "NFS client support for the NFSv3 ACL protocol extension"
56 Some NFS servers support an auxiliary NFSv3 ACL protocol that
63 Choose Y here if your NFS server supports the Solaris NFSv3 ACL
67 Most NFS servers don't support the Solaris NFSv3 ACL protocol
70 ACL protocol.
/linux-4.19.296/fs/
DKconfig71 # Posix ACL utility routines
173 POSIX ACL support under /dev for certain features to work properly.
189 You need this for POSIX ACL support on tmpfs.
/linux-4.19.296/fs/cifs/
DKconfig144 CIFS POSIX ACL support. If unsure, say N.
147 bool "Provide CIFS ACL support"
150 Allows fetching CIFS/NTFS ACL from the server. The DACL blob
/linux-4.19.296/fs/ntfs/
Dlayout.h1634 } __attribute__ ((__packed__)) ACL; typedef
1763 ACL *sacl; /* Points to a system ACL. Only valid, if
1767 ACL *dacl; /* Points to a discretionary ACL. Only valid, if
/linux-4.19.296/fs/xfs/
DKconfig44 bool "XFS POSIX ACL support"