Searched refs:ACL (Results 1 – 10 of 10) sorted by relevance
49 bool "NFS server support for the NFSv2 ACL protocol extension"53 bool "NFS server support for the NFSv3 ACL protocol extension"56 Solaris NFS servers support an auxiliary NFSv3 ACL protocol that64 NFSv3 ACL protocol extension allowing NFS clients to manipulate66 clients which support the Solaris NFSv3 ACL protocol can then69 To store ACLs on your NFS server, you also need to enable ACL-
229 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro252 .pc_xdrressize = ST+1+2*(1+ACL),
316 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro339 .pc_xdrressize = ST+1+2*(1+ACL),
56 bool "NFS client support for the NFSv3 ACL protocol extension"59 Some NFS servers support an auxiliary NFSv3 ACL protocol that66 Choose Y here if your NFS server supports the Solaris NFSv3 ACL70 Most NFS servers don't support the Solaris NFSv3 ACL protocol73 ACL protocol.
98 # Posix ACL utility routines194 POSIX ACL support under /dev for certain features to work properly.210 You need this for POSIX ACL support on tmpfs.
1723 static bool is_acl_valid(const struct ACL *acl, u32 len) in is_acl_valid()1748 len -= sizeof(struct ACL); in is_acl_valid()1813 const struct ACL *sacl = Add2Ptr(sd, sd_sacl); in is_sd_valid()1815 if (sd_sacl + sizeof(struct ACL) > len) in is_sd_valid()1824 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid()1826 if (sd_dacl + sizeof(struct ACL) > len) in is_sd_valid()
1212 struct ACL { struct1219 static_assert(sizeof(struct ACL) == 8); argument
51 bool "bcachefs POSIX ACL support"
117 and later) which can negotiate CIFS POSIX ACL support. This config
96 bool "XFS POSIX ACL support"
Completed in 23 milliseconds