IPOOL_ANON
op.iplo_arg |= IPOOL_ANON;
if (op.iplo_arg & IPOOL_ANON)
if ((pool->ipo_flags & IPOOL_ANON) != 0)
if ((pool->ipo_flags & IPOOL_ANON) == IPOOL_ANON)
h->ipo_flags |= IPOOL_ANON;