Home
last modified time | relevance | path

Searched refs:shared_last_ino (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dinode.c914 * 'shared_last_ino' is dirtied only once out of LAST_INO_BATCH allocations,
937 static atomic_t shared_last_ino; in get_next_ino() local
938 int next = atomic_add_return(LAST_INO_BATCH, &shared_last_ino); in get_next_ino()
/kernel/linux/linux-6.6/fs/
H A Dinode.c954 * 'shared_last_ino' is dirtied only once out of LAST_INO_BATCH allocations,
977 static atomic_t shared_last_ino; in get_next_ino() local
978 int next = atomic_add_return(LAST_INO_BATCH, &shared_last_ino); in get_next_ino()

Completed in 7 milliseconds