Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_dtree.c628 stbl = DT_GETSTBL(p); in dtSearch()
1573 stbl = DT_GETSTBL(rp); in dtSplitPage()
1697 stbl = DT_GETSTBL(sp); in dtExtendPage()
1988 stbl = DT_GETSTBL(rp); in dtSplitRoot()
2106 stbl = DT_GETSTBL(p); in dtDelete()
2123 stbl = DT_GETSTBL(np); in dtDelete()
2196 stbl = DT_GETSTBL(p); in dtDelete()
2640 stbl = DT_GETSTBL(p); in add_missing_indices()
2884 stbl = DT_GETSTBL(p); in jfs_readdir()
3081 stbl = DT_GETSTBL(p); in dtReadFirst()
[all …]
Djfs_dtree.h221 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro