SOLARIS_ACL_T      41 source3/modules/vfs_solarisacl.c static SOLARIS_ACL_T solaris_acl_init(int count);
SOLARIS_ACL_T      43 source3/modules/vfs_solarisacl.c 		SOLARIS_ACL_T *solariacl, int *count, 
SOLARIS_ACL_T      45 source3/modules/vfs_solarisacl.c static SMB_ACL_T solaris_acl_to_smb_acl(SOLARIS_ACL_T solarisacl, int count,
SOLARIS_ACL_T      49 source3/modules/vfs_solarisacl.c static bool solaris_add_to_acl(SOLARIS_ACL_T *solaris_acl, int *count,
SOLARIS_ACL_T      50 source3/modules/vfs_solarisacl.c 		SOLARIS_ACL_T add_acl, int add_count, SMB_ACL_TYPE_T type);
SOLARIS_ACL_T      51 source3/modules/vfs_solarisacl.c static bool solaris_acl_get_file(const char *name, SOLARIS_ACL_T *solarisacl, 
SOLARIS_ACL_T      53 source3/modules/vfs_solarisacl.c static bool solaris_acl_get_fd(int fd, SOLARIS_ACL_T *solarisacl, int *count);
SOLARIS_ACL_T      54 source3/modules/vfs_solarisacl.c static bool solaris_acl_sort(SOLARIS_ACL_T theacl, int count);
SOLARIS_ACL_T      58 source3/modules/vfs_solarisacl.c static bool solaris_acl_check(SOLARIS_ACL_T solaris_acl, int count);
SOLARIS_ACL_T      69 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = NULL;
SOLARIS_ACL_T     108 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = NULL;
SOLARIS_ACL_T     141 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = NULL;
SOLARIS_ACL_T     173 source3/modules/vfs_solarisacl.c 		SOLARIS_ACL_T other_acl; 
SOLARIS_ACL_T     224 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = NULL;
SOLARIS_ACL_T     225 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T default_acl = NULL;
SOLARIS_ACL_T     295 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = NULL;
SOLARIS_ACL_T     331 source3/modules/vfs_solarisacl.c static SOLARIS_ACL_T solaris_acl_init(int count)
SOLARIS_ACL_T     333 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = 
SOLARIS_ACL_T     334 source3/modules/vfs_solarisacl.c 		(SOLARIS_ACL_T)SMB_MALLOC(sizeof(aclent_t) * count);
SOLARIS_ACL_T     346 source3/modules/vfs_solarisacl.c 				   SOLARIS_ACL_T *solaris_acl, int *count, 
SOLARIS_ACL_T     424 source3/modules/vfs_solarisacl.c static SMB_ACL_T solaris_acl_to_smb_acl(SOLARIS_ACL_T solaris_acl, int count, 
SOLARIS_ACL_T     575 source3/modules/vfs_solarisacl.c static bool solaris_acl_get_file(const char *name, SOLARIS_ACL_T *solaris_acl, 
SOLARIS_ACL_T     612 source3/modules/vfs_solarisacl.c static bool solaris_acl_get_fd(int fd, SOLARIS_ACL_T *solaris_acl, int *count)
SOLARIS_ACL_T     663 source3/modules/vfs_solarisacl.c static bool solaris_add_to_acl(SOLARIS_ACL_T *solaris_acl, int *count,
SOLARIS_ACL_T     664 source3/modules/vfs_solarisacl.c 			       SOLARIS_ACL_T add_acl, int add_count, 
SOLARIS_ACL_T     709 source3/modules/vfs_solarisacl.c static bool solaris_acl_sort(SOLARIS_ACL_T solaris_acl, int count)
SOLARIS_ACL_T     727 source3/modules/vfs_solarisacl.c static bool solaris_acl_check(SOLARIS_ACL_T solaris_acl, int count)