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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dunix.c224 ace_t *oacl = NULL, *nacl = NULL, *cacl = NULL; local
229 if ((noaces = get_nfsv4_acl(name, &oacl)) < 1) /* (1) */
232 if ((noaces = strip_trivial_aces(&oacl, noaces)) == -1) /* (2) */
251 if ((cacl = concat_aces(oacl, noaces, nacl, nnaces)) == NULL) /* (6) */
269 if (oacl) free(oacl);

Completed in 59 milliseconds