Searched refs:DT_GETSTBL (Results 1 – 2 of 2) sorted by relevance
628 stbl = DT_GETSTBL(p); in dtSearch()1573 stbl = DT_GETSTBL(rp); in dtSplitPage()1697 stbl = DT_GETSTBL(sp); in dtExtendPage()1988 stbl = DT_GETSTBL(rp); in dtSplitRoot()2106 stbl = DT_GETSTBL(p); in dtDelete()2123 stbl = DT_GETSTBL(np); in dtDelete()2196 stbl = DT_GETSTBL(p); in dtDelete()2640 stbl = DT_GETSTBL(p); in add_missing_indices()2884 stbl = DT_GETSTBL(p); in jfs_readdir()3081 stbl = DT_GETSTBL(p); in dtReadFirst()[all …]
221 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro