Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dnode.h122 NAT_ENTRIES, /* indicates the cached nat entry */ enumerator
Dsegment.c303 if (!available_free_memory(sbi, NAT_ENTRIES)) in f2fs_balance_fs_bg()
310 if (!available_free_memory(sbi, NAT_ENTRIES) || in f2fs_balance_fs_bg()
Dnode.c51 } else if (type == NAT_ENTRIES) { in available_free_memory()