Searched refs:oacl (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.c220 ace_t *oacl = NULL, *nacl = NULL, *cacl = NULL; 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) */
250 if (oacl) free(oacl);

Completed in 31 milliseconds