Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dtree.c628 stbl = DT_GETSTBL(p); in dtSearch()
1580 stbl = DT_GETSTBL(rp); in dtSplitPage()
1704 stbl = DT_GETSTBL(sp); in dtExtendPage()
1995 stbl = DT_GETSTBL(rp); in dtSplitRoot()
2113 stbl = DT_GETSTBL(p); in dtDelete()
2130 stbl = DT_GETSTBL(np); in dtDelete()
2203 stbl = DT_GETSTBL(p); in dtDelete()
2647 stbl = DT_GETSTBL(p); in add_missing_indices()
2891 stbl = DT_GETSTBL(p); in jfs_readdir()
3096 stbl = DT_GETSTBL(p); in dtReadFirst()
[all …]
H A Djfs_dtree.h221 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro