Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dtree.c635 stbl = DT_GETSTBL(p); in dtSearch()
1554 stbl = DT_GETSTBL(rp); in dtSplitPage()
1680 stbl = DT_GETSTBL(sp); in dtExtendPage()
1976 stbl = DT_GETSTBL(rp); in dtSplitRoot()
2095 stbl = DT_GETSTBL(p); in dtDelete()
2112 stbl = DT_GETSTBL(np); in dtDelete()
2185 stbl = DT_GETSTBL(p); in dtDelete()
2590 stbl = DT_GETSTBL(pp); in dtRelocate()
2658 stbl = DT_GETSTBL(p); in dtSearchNode()
2672 stbl = DT_GETSTBL(p); in dtSearchNode()
[all …]
Djfs_dtree.h234 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro