Home
last modified time | relevance | path

Searched refs:CTLTREESIZE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jfs/
H A Djfs_dmap.h20 #define CTLTREESIZE (1024+256+64+16+4+1) /* size of a dmapctl tree */ macro
168 s8 stree[CTLTREESIZE]; /* CTLTREESIZE: dmapctl tree */
H A Djfs_dmap.c2869 size = is_ctl ? CTLTREESIZE : TREESIZE; in dbAdjTree()
2949 max_size = is_ctl ? CTLTREESIZE : TREESIZE; in dbFindLeaf()