Searched refs:ACL (Results 1 – 10 of 10) sorted by relevance
48 bool "NFS server support for the NFSv3 ACL protocol extension"52 Solaris NFS servers support an auxiliary NFSv3 ACL protocol that60 NFSv3 ACL protocol extension allowing NFS clients to manipulate62 clients which support the Solaris NFSv3 ACL protocol can then65 To store ACLs on your NFS server, you also need to enable ACL-
247 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro268 .pc_xdrressize = ST+1+2*(1+ACL),
316 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro337 .pc_xdrressize = ST+1+2*(1+ACL),
54 bool "NFS client support for the NFSv3 ACL protocol extension"57 Some NFS servers support an auxiliary NFSv3 ACL protocol that64 Choose Y here if your NFS server supports the Solaris NFSv3 ACL68 Most NFS servers don't support the Solaris NFSv3 ACL protocol71 ACL protocol.
1620 } __attribute__ ((__packed__)) ACL; typedef1749 ACL *sacl; /* Points to a system ACL. Only valid, if1753 ACL *dacl; /* Points to a discretionary ACL. Only valid, if
94 # Posix ACL utility routines192 POSIX ACL support under /dev for certain features to work properly.208 You need this for POSIX ACL support on tmpfs.
1717 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()
1203 struct ACL { struct1210 static_assert(sizeof(struct ACL) == 8); argument
69 bool "XFS POSIX ACL support"
119 CIFS POSIX ACL support. If unsure, say N.