Searched refs:DT_GETSTBL (Results 1 – 2 of 2) sorted by relevance
629 stbl = DT_GETSTBL(p); in dtSearch()2114 stbl = DT_GETSTBL(p); in dtDelete()2648 stbl = DT_GETSTBL(p); in add_missing_indices()2892 stbl = DT_GETSTBL(p); in jfs_readdir()3097 stbl = DT_GETSTBL(p); in dtReadFirst()3241 stbl = DT_GETSTBL(p); in dtReadNext()3567 stbl = DT_GETSTBL(p); in dtGetKey()3737 stbl = DT_GETSTBL(p); in dtInsertEntry()3988 stbl = DT_GETSTBL(p); in dtDeleteEntry()4083 stbl = DT_GETSTBL(p); in dtTruncateEntry()[all …]
221 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro