Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dtree.c641 stbl = DT_GETSTBL(p); in dtSearch()
1586 stbl = DT_GETSTBL(rp); in dtSplitPage()
1710 stbl = DT_GETSTBL(sp); in dtExtendPage()
2001 stbl = DT_GETSTBL(rp); in dtSplitRoot()
2119 stbl = DT_GETSTBL(p); in dtDelete()
2136 stbl = DT_GETSTBL(np); in dtDelete()
2209 stbl = DT_GETSTBL(p); in dtDelete()
2619 stbl = DT_GETSTBL(pp); in dtRelocate()
2687 stbl = DT_GETSTBL(p); in dtSearchNode()
2701 stbl = DT_GETSTBL(p); in dtSearchNode()
[all …]
Djfs_dtree.h234 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro