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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dunix.c219 int noaces, nnaces; local
225 if ((noaces = get_nfsv4_acl(name, &oacl)) == -1) /* (1) */
227 if ((noaces = strip_trivial_aces(&oacl, noaces)) == -1) /* (2) */
241 if ((cacl = concat_aces(oacl, noaces, nacl, nnaces)) == NULL) /* (6) */
244 if ((ret = acl(name, ACE_SETACL, noaces + nnaces, cacl)) != 0) {

Completed in 107 milliseconds