Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dtree.c628 stbl = DT_GETSTBL(p); in dtSearch()
1578 stbl = DT_GETSTBL(rp); in dtSplitPage()
1702 stbl = DT_GETSTBL(sp); in dtExtendPage()
1993 stbl = DT_GETSTBL(rp); in dtSplitRoot()
2111 stbl = DT_GETSTBL(p); in dtDelete()
2128 stbl = DT_GETSTBL(np); in dtDelete()
2201 stbl = DT_GETSTBL(p); in dtDelete()
2611 stbl = DT_GETSTBL(pp); in dtRelocate()
2679 stbl = DT_GETSTBL(p); in dtSearchNode()
2693 stbl = DT_GETSTBL(p); in dtSearchNode()
[all …]
Djfs_dtree.h221 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro