facl
struct l9p_acl *facl;
facl = getacl(off, -1, onb);
off->ff_acl, &odst, facl, &fst, off->ff_ai, (gid_t)-1);
l9p_acl_free(facl);
struct l9p_acl *facl;
facl = getacl(dirff, -1, newname);
dirff->ff_acl, &dirst, facl, &fst, dirff->ff_ai, (gid_t)-1);
l9p_acl_free(facl);
acl_info->acl_cnt = facl(fd, cntcmd, 0, NULL);
error = facl(fd, getcmd, acl_info->acl_cnt,
error = facl(acl_inp->fd,
/* 200 */ SYSENT_CI("facl", facl, 4),
int facl(int, int, int, void *);
/* 200 */ SYSENT_CI("facl", facl, 4),
extern int facl(int fd, int cmd, int cnt, void *buf);