LAST_INO_BATCH
if (unlikely((res & (LAST_INO_BATCH-1)) == 0)) {
int next = atomic_add_return(LAST_INO_BATCH, &shared_last_ino);
res = next - LAST_INO_BATCH;