Home
last modified time | relevance | path

Searched refs:xadlist (Results 1 – 3 of 3) sorted by relevance

/fs/jfs/
Djfs_xtree.h67 struct xadlist { struct
114 struct xadlist * xadlist, int flag);
Djfs_xtree.c248 struct xadlist * xadlist, int flag) in xtLookupList() argument
264 npxd = xadlist->nxad = 0; in xtLookupList()
265 maxnpxd = xadlist->maxnxad; in xtLookupList()
266 pxd = xadlist->xad; in xtLookupList()
472 xadlist->nxad = npxd; in xtLookupList()
Djfs_extent.c365 struct xadlist xadl; in extHint()