Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dtree.c629 stbl = DT_GETSTBL(p); in dtSearch()
1581 stbl = DT_GETSTBL(rp); in dtSplitPage()
1705 stbl = DT_GETSTBL(sp); in dtExtendPage()
1996 stbl = DT_GETSTBL(rp); in dtSplitRoot()
2114 stbl = DT_GETSTBL(p); in dtDelete()
2131 stbl = DT_GETSTBL(np); in dtDelete()
2204 stbl = DT_GETSTBL(p); in dtDelete()
2648 stbl = DT_GETSTBL(p); in add_missing_indices()
2903 stbl = DT_GETSTBL(p); in jfs_readdir()
3109 stbl = DT_GETSTBL(p); in dtReadFirst()
[all …]
H A Djfs_dtree.h221 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro