tru64_acl          24 source3/modules/vfs_tru64acl.c static struct smb_acl_t *tru64_acl_to_smb_acl(const struct acl *tru64_acl);
tru64_acl          42 source3/modules/vfs_tru64acl.c         acl_t tru64_acl;
tru64_acl          58 source3/modules/vfs_tru64acl.c         tru64_acl = acl_get_file((char *)path_p, the_acl_type);
tru64_acl          60 source3/modules/vfs_tru64acl.c         if (tru64_acl == NULL) {
tru64_acl          64 source3/modules/vfs_tru64acl.c         result = tru64_acl_to_smb_acl(tru64_acl);
tru64_acl          65 source3/modules/vfs_tru64acl.c         acl_free(tru64_acl);
tru64_acl          73 source3/modules/vfs_tru64acl.c 	acl_t tru64_acl = acl_get_fd(fsp->fh->fd, ACL_TYPE_ACCESS);
tru64_acl          75 source3/modules/vfs_tru64acl.c 	if (tru64_acl == NULL) {
tru64_acl          79 source3/modules/vfs_tru64acl.c 	result = tru64_acl_to_smb_acl(tru64_acl);
tru64_acl          80 source3/modules/vfs_tru64acl.c 	acl_free(tru64_acl);
tru64_acl          91 source3/modules/vfs_tru64acl.c         acl_t tru64_acl;
tru64_acl         111 source3/modules/vfs_tru64acl.c 	tru64_acl = smb_acl_to_tru64_acl(theacl);
tru64_acl         112 source3/modules/vfs_tru64acl.c         if (tru64_acl == NULL) {
tru64_acl         117 source3/modules/vfs_tru64acl.c         res = acl_set_file((char *)name, the_acl_type, tru64_acl);
tru64_acl         118 source3/modules/vfs_tru64acl.c         acl_free(tru64_acl);
tru64_acl         134 source3/modules/vfs_tru64acl.c         acl_t tru64_acl = smb_acl_to_tru64_acl(theacl);
tru64_acl         135 source3/modules/vfs_tru64acl.c         if (tru64_acl == NULL) {
tru64_acl         138 source3/modules/vfs_tru64acl.c         res =  acl_set_fd(fsp->fh->fd, ACL_TYPE_ACCESS, tru64_acl);
tru64_acl         139 source3/modules/vfs_tru64acl.c         acl_free(tru64_acl);
tru64_acl         153 source3/modules/vfs_tru64acl.c static struct smb_acl_t *tru64_acl_to_smb_acl(const struct acl *tru64_acl) 
tru64_acl         166 source3/modules/vfs_tru64acl.c 	if (acl_first_entry((struct acl *)tru64_acl) != 0) {
tru64_acl         170 source3/modules/vfs_tru64acl.c 	while ((entry = acl_get_entry((struct acl *)tru64_acl)) != NULL) {