Home
last modified time | relevance | path

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

/fs/nfsd/
A DKconfig49 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 that
64 NFSv3 ACL protocol extension allowing NFS clients to manipulate
66 clients which support the Solaris NFSv3 ACL protocol can then
69 To store ACLs on your NFS server, you also need to enable ACL-
A Dnfs3acl.c229 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
252 .pc_xdrressize = ST+1+2*(1+ACL),
A Dnfs2acl.c316 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
339 .pc_xdrressize = ST+1+2*(1+ACL),
/fs/nfs/
A DKconfig56 bool "NFS client support for the NFSv3 ACL protocol extension"
59 Some NFS servers support an auxiliary NFSv3 ACL protocol that
66 Choose Y here if your NFS server supports the Solaris NFSv3 ACL
70 Most NFS servers don't support the Solaris NFSv3 ACL protocol
73 ACL protocol.
/fs/
A DKconfig98 # Posix ACL utility routines
194 POSIX ACL support under /dev for certain features to work properly.
210 You need this for POSIX ACL support on tmpfs.
/fs/ntfs3/
A Dfsntfs.c1723 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()
A Dntfs.h1212 struct ACL { struct
1219 static_assert(sizeof(struct ACL) == 8); argument
/fs/bcachefs/
A DKconfig51 bool "bcachefs POSIX ACL support"
/fs/smb/client/
A DKconfig117 and later) which can negotiate CIFS POSIX ACL support. This config
/fs/xfs/
A DKconfig96 bool "XFS POSIX ACL support"

Completed in 23 milliseconds