Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dmap.c1127 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext()
1255 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear()
1442 if (l2nb > dcp->stree[ti]) in dbAllocAG()
1451 if (l2nb <= dcp->stree[m + n]) { in dbAllocAG()
1882 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl()
2009 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2056 oldroot = dp->tree.stree[ROOT]; in dbAllocDmap()
2062 if (dp->tree.stree[ROOT] == oldroot) in dbAllocDmap()
2069 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap()
2111 oldroot = dp->tree.stree[ROOT]; in dbFreeDmap()
[all …]
Djfs_dmap.h140 s8 stree[TREESIZE]; /* TREESIZE: tree */ member
168 s8 stree[CTLTREESIZE]; /* CTLTREESIZE: dmapctl tree */ member
186 #define dmt_stree t1.stree
/fs/reiserfs/
DMakefile9 super.o prints.o objectid.o lbalance.o ibalance.o stree.o \