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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_hpuxacl.c126 static int hpux_internal_aclsort(int acl_count, int calclass, HPUX_ACL_T aclp);
127 static void hpux_count_obj(int acl_count, HPUX_ACL_T aclp,
779 * aclp - Array of ACL structures.
788 static void hpux_count_obj(int acl_count, HPUX_ACL_T aclp, struct hpux_acl_types *acl_type_count) argument
795 switch(aclp[i].a_type) {
893 * Inputs: aclp - Pointer to ACL structure.
896 static int hpux_get_needed_class_perm(struct acl *aclp) argument
898 switch(aclp->a_type) {
908 return aclp->a_perm;
929 * aclp
941 hpux_internal_aclsort(int acl_count, int calclass, HPUX_ACL_T aclp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_acl.c37 xfs_acl_from_disk(struct xfs_acl *aclp) argument
44 count = be32_to_cpu(aclp->acl_cnt);
52 ace = &aclp->acl_entry[i];
86 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) argument
92 aclp->acl_cnt = cpu_to_be32(acl->a_count);
94 ace = &aclp->acl_entry[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c959 struct acl *aclp;
1008 aclp = &acl->ats_acl;
1009 if (aclp->acl_cnt != 0 && aclsetf(dest_dir,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dacls.c629 * @param aclp (rw) destination acl where new aces will be added
634 static int acl_add_acl(acl_t *aclp, const acl_t acl) argument
641 EC_ZERO_LOG_ERR(acl_create_entry(aclp, &de), AFPERR_MISC);
687 * @param aclp (rw) pointer to ACL
694 static int posix_acl_add_perm(acl_t *aclp, acl_tag_t type, uid_t id, acl_perm_t perm) argument
704 for ( ; (! found) && acl_get_entry(*aclp, entry_id, &e) == 1; entry_id = ACL_NEXT_ENTRY) {
722 EC_ZERO_LOG(acl_create_entry(aclp, &e));
740 * aclp must point to a acl_init'ed acl_t or an acl_t that can eg contain default ACEs.
755 * @returns 0 on success storing the result in aclp, -1 on error. default_acl_flags

Completed in 127 milliseconds