Home
last modified time | relevance | path

Searched refs:CTLTREESIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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.c2931 size = is_ctl ? CTLTREESIZE : TREESIZE; in dbAdjTree()
3011 max_size = is_ctl ? CTLTREESIZE : TREESIZE; in dbFindLeaf()
/kernel/linux/linux-6.6/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.c2867 size = is_ctl ? CTLTREESIZE : TREESIZE; in dbAdjTree()
2947 max_size = is_ctl ? CTLTREESIZE : TREESIZE; in dbFindLeaf()

Completed in 10 milliseconds