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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_aixacl_util.c25 struct acl_entry *acl_entry; local
38 acl_entry = file_acl->acl_ext;
42 DEBUG(10,("acl_entry is %d\n",acl_entry));
52 while(acl_entry < acl_last(file_acl)) {
55 idp = id_nxt(acl_entry->ace_id);
56 if((acl_entry->ace_type == ACC_SPECIFY ||
57 (acl_entry->ace_type == ACC_PERMIT)) && (idp != id_last(acl_entry))) {
211 struct acl_entry *acl_entry = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_acl.h35 } acl_entry[XFS_ACL_MAX_ENTRIES]; member in struct:xfs_acl
/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.c52 ace = &aclp->acl_entry[i];
94 ace = &aclp->acl_entry[i];

Completed in 62 milliseconds