Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_dtree.h96 #define MAX_INLINE_DIRTABLE_ENTRY 13 macro
Djfs_incore.h212 return (JFS_IP(inode)->next_index <= (MAX_INLINE_DIRTABLE_ENTRY + 1)); in jfs_dirtable_inline()
Djfs_dtree.c347 if (index <= MAX_INLINE_DIRTABLE_ENTRY) { in add_index()
365 if (index == (MAX_INLINE_DIRTABLE_ENTRY + 1)) { in add_index()