Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dtree.h109 #define MAX_INLINE_DIRTABLE_ENTRY 13 macro
Djfs_incore.h215 return (JFS_IP(inode)->next_index <= (MAX_INLINE_DIRTABLE_ENTRY + 1)); in jfs_dirtable_inline()
Djfs_dtree.c360 if (index <= MAX_INLINE_DIRTABLE_ENTRY) { in add_index()
378 if (index == (MAX_INLINE_DIRTABLE_ENTRY + 1)) { in add_index()