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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dtree.h109 #define MAX_INLINE_DIRTABLE_ENTRY 13 macro
H A Djfs_incore.h215 return (JFS_IP(inode)->next_index <= (MAX_INLINE_DIRTABLE_ENTRY + 1));
H A Djfs_dtree.c359 if (index <= MAX_INLINE_DIRTABLE_ENTRY) {
377 if (index == (MAX_INLINE_DIRTABLE_ENTRY + 1)) {

Completed in 93 milliseconds