Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds