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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dacl.c38 int ret,i, ace_count, trivial_aces, new_aces_count; local
45 if ((ace_count = get_nfsv4_acl(name, &old_aces)) == -1)
48 for ( i=0; i < ace_count; i++) {
62 for (i=0; i < ace_count; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dunix.c40 int ace_count = -1; local
60 if ((ace_count = acl(name, ACE_GETACLCNT, 0, NULL)) == 0) {
65 if (ace_count == -1) {
66 LOG(log_error, logtype_afpd, "get_nfsv4_acl: acl('%s/%s', ACE_GETACLCNT): ace_count %i, error: %s",
67 getcwdpath(), name, ace_count, strerror(errno));
71 aces = malloc(ace_count * sizeof(ace_t));
77 if ( (acl(name, ACE_GETACL, ace_count, aces)) == -1 ) {
83 LOG(log_debug9, logtype_afpd, "get_nfsv4_acl: file: %s -> No. of ACEs: %d", name, ace_count);
86 return ace_count;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c92 int i, ace_count, checkgroup; local
99 EC_NEG1_LOG(ace_count = get_nfsv4_acl(path, &aces));
101 if (ace_count == 0)
144 } while (++i < ace_count);
177 int ace_count)
186 LOG(log_maxdebug, logtype_afpd, "map_aces_solaris_to_darwin: parsing %d ACES", ace_count);
188 while(ace_count--) {
189 LOG(log_maxdebug, logtype_afpd, "ACE No. %d", ace_count + 1);
253 int ace_count)
266 while(ace_count
175 map_aces_solaris_to_darwin(const ace_t *aces, darwin_ace_t *darwin_aces, int ace_count) argument
251 map_aces_darwin_to_solaris(darwin_ace_t *darwin_aces, ace_t *nfsv4_aces, int ace_count) argument
611 map_aces_darwin_to_posix(const darwin_ace_t *darwin_aces, acl_t *def_aclp, acl_t *acc_aclp, int ace_count) argument
788 map_acl(int type, void *acl, darwin_ace_t *buf, int ace_count) argument
841 int ace_count = 0; local
931 set_acl(const struct vol *vol, char *name, int inherit, darwin_ace_t *daces, uint32_t ace_count) argument
1038 set_acl(const struct vol *vol, const char *name, int inherit _U_, darwin_ace_t *daces, uint32_t ace_count) argument
1434 uint32_t ace_count; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c320 acl->ace_count = cpu_to_le16(1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dposix_acls.c2078 size_t ace_count; local
2196 for ( ace_count = 0, ace = list_head; ace; ace = next_ace, ace_count++) {
2208 print_canon_ace(ace, ace_count);
2491 size_t ace_count = count_canon_ace_list(file_ace_list); local
2499 if (ace_count != 3) {
H A Dtrans2.c2283 unsigned int ace_count = 0; local
2292 ace_count++;
2294 return ace_count;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dlayout.h1573 le16 ace_count; /* Number of ACEs in the ACL. */ member in struct:__anon7547
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h1686 u16 ace_count; /* Number of ACEs in the ACL. */ member in struct:__anon1281

Completed in 197 milliseconds