Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H A Djfs_dtree.c629 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 …]
H A Djfs_dtree.h221 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro