Searched refs:dmtree_t (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_dmap.c | 107 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval); 108 static void dbBackSplit(dmtree_t * tp, int leafno); 109 static void dbJoin(dmtree_t * tp, int leafno, int newval); 110 static void dbAdjTree(dmtree_t * tp, int leafno, int newval); 131 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx); 1734 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx); in dbFindCtl() 1982 if (dbFindLeaf((dmtree_t *) & dp->tree, l2nb, &leafidx)) in dbAllocDmapLev() 2118 dbBackSplit((dmtree_t *) & dp->tree, word); in dbFreeDmap() 2153 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbAllocBits() 2300 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbFreeBits() [all …]
|
D | jfs_dmap.h | 191 } dmtree_t; typedef
|