Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dmap.c1138 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext()
1267 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear()
1456 if (l2nb > dcp->stree[ti]) in dbAllocAG()
1465 if (l2nb <= dcp->stree[m + n]) { in dbAllocAG()
1788 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl()
1916 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
1963 oldroot = dp->tree.stree[ROOT]; in dbAllocDmap()
1969 if (dp->tree.stree[ROOT] == oldroot) in dbAllocDmap()
1976 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap()
2018 oldroot = dp->tree.stree[ROOT]; in dbFreeDmap()
[all …]
Djfs_dmap.h153 s8 stree[TREESIZE]; /* TREESIZE: tree */ member
181 s8 stree[CTLTREESIZE]; /* CTLTREESIZE: dmapctl tree */ member
199 #define dmt_stree t1.stree
/fs/reiserfs/
DMakefile8 super.o prints.o objectid.o lbalance.o ibalance.o stree.o \