Searched refs:SOLARIS_ACL_T (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_solarisacl.c27 typedef aclent_t *SOLARIS_ACL_T; typedef
42 static SOLARIS_ACL_T solaris_acl_init(int count);
44 SOLARIS_ACL_T *solariacl, int *count,
46 static SMB_ACL_T solaris_acl_to_smb_acl(SOLARIS_ACL_T solarisacl, int count,
50 static BOOL solaris_add_to_acl(SOLARIS_ACL_T *solaris_acl, int *count,
51 SOLARIS_ACL_T add_acl, int add_count, SMB_ACL_TYPE_T type);
52 static BOOL solaris_acl_get_file(const char *name, SOLARIS_ACL_T *solarisacl,
54 static BOOL solaris_acl_get_fd(int fd, SOLARIS_ACL_T *solarisacl, int *count);
55 static BOOL solaris_acl_sort(SOLARIS_ACL_T acl, int count);
58 static BOOL solaris_acl_check(SOLARIS_ACL_T solaris_ac
[all...]

Completed in 38 milliseconds