Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Df2fs.h138 MAX_INO_ENTRY, /* max. list */ enumerator
631 struct inode_management im[MAX_INO_ENTRY]; /* manage inode cache */
Dcheckpoint.c1102 for (i = 0; i < MAX_INO_ENTRY; i++) { in init_ino_entry_info()