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

/linux-master/fs/
H A Dinode.c955 * 'shared_last_ino' is dirtied only once out of LAST_INO_BATCH allocations,
978 static atomic_t shared_last_ino; local
979 int next = atomic_add_return(LAST_INO_BATCH, &shared_last_ino);

Completed in 88 milliseconds