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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dunix.c44 int ace_count = -1; local
64 if ((ace_count = acl(name, ACE_GETACLCNT, 0, NULL)) == 0) {
69 if (ace_count == -1) {
70 LOG(log_debug, logtype_afpd, "get_nfsv4_acl: acl('%s/%s', ACE_GETACLCNT): ace_count %i, error: %s",
71 getcwdpath(), name, ace_count, strerror(errno));
75 aces = malloc(ace_count * sizeof(ace_t));
81 if ( (acl(name, ACE_GETACL, ace_count, aces)) == -1 ) {
87 LOG(log_debug9, logtype_afpd, "get_nfsv4_acl: file: %s -> No. of ACEs: %d", name, ace_count);
90 return ace_count;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dacls.c97 int i, ace_count, checkgroup; local
104 EC_NEG1_LOG(ace_count = get_nfsv4_acl(path, &aces));
106 if (ace_count == 0)
149 } while (++i < ace_count);
182 int ace_count)
191 LOG(log_maxdebug, logtype_afpd, "map_aces_solaris_to_darwin: parsing %d ACES", ace_count);
193 while(ace_count--) {
194 LOG(log_maxdebug, logtype_afpd, "ACE No. %d", ace_count + 1);
258 int ace_count)
271 while(ace_count
180 map_aces_solaris_to_darwin(const ace_t *aces, darwin_ace_t *darwin_aces, int ace_count) argument
256 map_aces_darwin_to_solaris(darwin_ace_t *darwin_aces, ace_t *nfsv4_aces, int ace_count) argument
759 map_aces_darwin_to_posix(const darwin_ace_t *darwin_aces, acl_t *def_aclp, acl_t *acc_aclp, int ace_count, uint32_t *default_acl_flags) argument
937 map_acl(int type, void *acl, darwin_ace_t *buf, int ace_count) argument
990 int ace_count = 0; local
1080 set_acl(const struct vol *vol, char *name, int inherit, darwin_ace_t *daces, uint32_t ace_count) argument
1244 set_acl(const struct vol *vol, const char *name, int inherit _U_, darwin_ace_t *daces, uint32_t ace_count) argument
1686 uint32_t ace_count; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c320 acl->ace_count = cpu_to_le16(1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dposix_acls.c2113 size_t ace_count; local
2231 for ( ace_count = 0, ace = list_head; ace; ace = next_ace, ace_count++) {
2243 print_canon_ace(ace, ace_count);
2582 size_t ace_count = count_canon_ace_list(file_ace_list); local
2590 if (ace_count != 3) {
H A Dtrans2.c2946 unsigned int ace_count = 0; local
2955 ace_count++;
2957 return ace_count;
/netgear-R7000-V1.0.7.12_1.2.5/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:__anon4221
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h1562 le16 ace_count; /* Number of ACEs in the ACL. */ member in struct:__anon16862

Completed in 208 milliseconds