aixacl_smb_to_aixacl   23 source3/modules/vfs_aixacl.c extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
aixacl_smb_to_aixacl  141 source3/modules/vfs_aixacl.c 	file_acl = aixacl_smb_to_aixacl(type, theacl);
aixacl_smb_to_aixacl  161 source3/modules/vfs_aixacl.c 	file_acl = aixacl_smb_to_aixacl(SMB_ACL_TYPE_ACCESS, theacl);
aixacl_smb_to_aixacl   29 source3/modules/vfs_aixacl2.c extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
aixacl_smb_to_aixacl  418 source3/modules/vfs_aixacl2.c 	acl_aixc = aixacl_smb_to_aixacl(type, theacl);
aixacl_smb_to_aixacl  455 source3/modules/vfs_aixacl2.c 	acl_aixc = aixacl_smb_to_aixacl(SMB_ACL_TYPE_ACCESS, theacl);