Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dtree.c640 stbl = DT_GETSTBL(p); in dtSearch()
1585 stbl = DT_GETSTBL(rp); in dtSplitPage()
1709 stbl = DT_GETSTBL(sp); in dtExtendPage()
2000 stbl = DT_GETSTBL(rp); in dtSplitRoot()
2118 stbl = DT_GETSTBL(p); in dtDelete()
2135 stbl = DT_GETSTBL(np); in dtDelete()
2208 stbl = DT_GETSTBL(p); in dtDelete()
2618 stbl = DT_GETSTBL(pp); in dtRelocate()
2686 stbl = DT_GETSTBL(p); in dtSearchNode()
2700 stbl = DT_GETSTBL(p); in dtSearchNode()
[all …]
Djfs_dtree.h234 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro