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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dacl.h37 extern int strip_nontrivial_aces(ace_t **saces, int sacecount);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dunix.c165 int strip_nontrivial_aces(ace_t **saces, int sacecount) function
180 LOG(log_error, logtype_afpd, "strip_nontrivial_aces: malloc %s", strerror(errno));
196 LOG(log_debug7, logtype_afpd, "strip_nontrivial_aces: trivial ACEs: %d", trivaces);
212 * (5) strip any explicit ACE from acl2 using strip_nontrivial_aces()
238 if ((nnaces = strip_nontrivial_aces(&nacl, nnaces)) == -1) /* (5) */

Completed in 101 milliseconds