Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dtree.h109 #define MAX_INLINE_DIRTABLE_ENTRY 13 macro
Djfs_dtree.c270 if (jfs_ip->next_index <= (MAX_INLINE_DIRTABLE_ENTRY + 1)) { in find_index()
358 if (index <= MAX_INLINE_DIRTABLE_ENTRY) { in add_index()
376 if (index == (MAX_INLINE_DIRTABLE_ENTRY + 1)) { in add_index()
2814 if (jfs_ip->next_index > (MAX_INLINE_DIRTABLE_ENTRY + 1)) { in dtInitRoot()
Djfs_txnmgr.c1506 if (JFS_IP(tlck->ip)->next_index < MAX_INLINE_DIRTABLE_ENTRY) { in dataLog()