Home
last modified time | relevance | path

Searched refs:LAST_INO_BATCH (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/fs/
A Dinode.c980 #define LAST_INO_BATCH 1024 macro
989 if (unlikely((res & (LAST_INO_BATCH-1)) == 0)) { in get_next_ino()
991 int next = atomic_add_return(LAST_INO_BATCH, &shared_last_ino); in get_next_ino()
993 res = next - LAST_INO_BATCH; in get_next_ino()

Completed in 7 milliseconds