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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_acl.c529 xfs_acl_t *aclp)
536 if (!aclp)
539 if (aclp->acl_cnt > XFS_ACL_MAX_ENTRIES)
542 for (i = 0; i < aclp->acl_cnt; i++) {
543 entry = &aclp->acl_entry[i];
559 for (j = i + 1; j < aclp->acl_cnt; j++) {
560 e = &aclp->acl_entry[j];
588 xfs_acl_t *aclp)
592 INT_SET(aclp->acl_cnt, ARCH_CONVERT, aclp
528 xfs_acl_invalid( xfs_acl_t *aclp) argument
587 xfs_acl_get_endian( xfs_acl_t *aclp) argument
605 xfs_acl_get_attr( bhv_vnode_t *vp, xfs_acl_t *aclp, int kind, int flags, int *error) argument
628 xfs_acl_set_attr( bhv_vnode_t *vp, xfs_acl_t *aclp, int kind, int *error) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsysacls.c1468 * aclp - Array of ACL structures.
1477 static int hpux_count_obj(int acl_count, struct acl *aclp, struct hpux_acl_types *acl_type_count) argument
1484 switch(aclp[i].a_type) {
1582 * Inputs: aclp - Pointer to ACL structure.
1585 static int hpux_get_needed_class_perm(struct acl *aclp) argument
1587 switch(aclp->a_type) {
1597 return aclp->a_perm;
1612 * aclp - Array of ACL structures.
1616 * aclp - Sorted array of ACL structures.
1624 static int hpux_acl_sort(int acl_count, int calclass, struct acl *aclp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dsmb_acls.h183 struct acl *aclp; member in struct:SMB_ACL_T
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c485 * @param aclp (rw) destination acl where new aces will be added
490 static int acl_add_acl(acl_t *aclp, const acl_t acl) argument
497 EC_ZERO_LOG_ERR(acl_create_entry(aclp, &de), AFPERR_MISC);
543 * @param aclp (rw) pointer to ACL
550 static int posix_acl_add_perm(acl_t *aclp, acl_tag_t type, uid_t id, acl_perm_t perm) argument
560 for ( ; (! found) && acl_get_entry(*aclp, entry_id, &e) == 1; entry_id = ACL_NEXT_ENTRY) {
578 EC_ZERO_LOG(acl_create_entry(aclp, &e));
596 * aclp must point to a acl_init'ed acl_t or an acl_t that can eg contain default ACEs.
609 * @returns 0 on success storing the result in aclp, -1 on error.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_cp.c959 struct acl *aclp;
1008 aclp = &acl->ats_acl;
1009 if (aclp->acl_cnt != 0 && aclsetf(dest_dir,

Completed in 163 milliseconds