Home
last modified time | relevance | path

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

/fs/nfsd/
DKconfig48 bool "NFS server support for the NFSv3 ACL protocol extension"
52 Solaris NFS servers support an auxiliary NFSv3 ACL protocol that
60 NFSv3 ACL protocol extension allowing NFS clients to manipulate
62 clients which support the Solaris NFSv3 ACL protocol can then
65 To store ACLs on your NFS server, you also need to enable ACL-
Dnfs3acl.c247 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
268 .pc_xdrressize = ST+1+2*(1+ACL),
Dnfs2acl.c316 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
337 .pc_xdrressize = ST+1+2*(1+ACL),
/fs/nfs/
DKconfig54 bool "NFS client support for the NFSv3 ACL protocol extension"
57 Some NFS servers support an auxiliary NFSv3 ACL protocol that
64 Choose Y here if your NFS server supports the Solaris NFSv3 ACL
68 Most NFS servers don't support the Solaris NFSv3 ACL protocol
71 ACL protocol.
/fs/ntfs/
Dlayout.h1620 } __attribute__ ((__packed__)) ACL; typedef
1749 ACL *sacl; /* Points to a system ACL. Only valid, if
1753 ACL *dacl; /* Points to a discretionary ACL. Only valid, if
/fs/
DKconfig94 # Posix ACL utility routines
192 POSIX ACL support under /dev for certain features to work properly.
208 You need this for POSIX ACL support on tmpfs.
/fs/ntfs3/
Dfsntfs.c1717 static bool is_acl_valid(const struct ACL *acl, u32 len) in is_acl_valid()
1742 len -= sizeof(struct ACL); in is_acl_valid()
1807 const struct ACL *sacl = Add2Ptr(sd, sd_sacl); in is_sd_valid()
1809 if (sd_sacl + sizeof(struct ACL) > len) in is_sd_valid()
1818 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid()
1820 if (sd_dacl + sizeof(struct ACL) > len) in is_sd_valid()
Dntfs.h1203 struct ACL { struct
1210 static_assert(sizeof(struct ACL) == 8); argument
/fs/xfs/
DKconfig69 bool "XFS POSIX ACL support"
/fs/cifs/
DKconfig119 CIFS POSIX ACL support. If unsure, say N.