the_ace 2576 source3/smbd/posix_acls.c static bool set_canon_ace_list(files_struct *fsp, canon_ace *the_ace, bool default_ace, SMB_STRUCT_STAT *psbuf, bool *pacl_set_support) the_ace 2580 source3/smbd/posix_acls.c SMB_ACL_T the_acl = SMB_VFS_SYS_ACL_INIT(conn, (int)count_canon_ace_list(the_ace) + 1); the_ace 2611 source3/smbd/posix_acls.c for (i = 0, p_ace = the_ace; p_ace; p_ace = p_ace->next, i++ ) { the_ace 2616 source3/smbd/posix_acls.c for (i = 0, p_ace = the_ace; p_ace; p_ace = p_ace->next, i++ ) {