Searched refs:DT_GETSTBL (Results 1 – 2 of 2) sorted by relevance
628 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()2645 stbl = DT_GETSTBL(p); in add_missing_indices()2889 stbl = DT_GETSTBL(p); in jfs_readdir()3086 stbl = DT_GETSTBL(p); in dtReadFirst()[all …]
221 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro