acl_t              27 source3/modules/vfs_posixacl.c static struct smb_acl_t *smb_acl_to_internal(acl_t acl);
acl_t              29 source3/modules/vfs_posixacl.c static acl_t smb_acl_to_posix(const struct smb_acl_t *acl);
acl_t              40 source3/modules/vfs_posixacl.c 	acl_t acl;
acl_t              69 source3/modules/vfs_posixacl.c 	acl_t acl = acl_get_fd(fsp->fh->fd);
acl_t              87 source3/modules/vfs_posixacl.c 	acl_t acl;
acl_t             119 source3/modules/vfs_posixacl.c 	acl_t acl = smb_acl_to_posix(theacl);
acl_t             213 source3/modules/vfs_posixacl.c static struct smb_acl_t *smb_acl_to_internal(acl_t acl)
acl_t             271 source3/modules/vfs_posixacl.c static acl_t smb_acl_to_posix(const struct smb_acl_t *acl)
acl_t             273 source3/modules/vfs_posixacl.c 	acl_t result;
acl_t              27 source3/modules/vfs_tru64acl.c static acl_t smb_acl_to_tru64_acl(const SMB_ACL_T smb_acl);
acl_t              42 source3/modules/vfs_tru64acl.c         acl_t tru64_acl;
acl_t              73 source3/modules/vfs_tru64acl.c 	acl_t tru64_acl = acl_get_fd(fsp->fh->fd, ACL_TYPE_ACCESS);
acl_t              91 source3/modules/vfs_tru64acl.c         acl_t tru64_acl;
acl_t             134 source3/modules/vfs_tru64acl.c         acl_t tru64_acl = smb_acl_to_tru64_acl(theacl);
acl_t             241 source3/modules/vfs_tru64acl.c static acl_t smb_acl_to_tru64_acl(const SMB_ACL_T smb_acl) 
acl_t             243 source3/modules/vfs_tru64acl.c 	acl_t result;