Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_dtree.c588 s8 *stbl; in dtSearch() local
640 stbl = DT_GETSTBL(p); in dtSearch()
651 ciCompare(&ciKey, p, stbl[index], in dtSearch()
656 cmp = dtCompare(&ciKey, p, stbl[index]); in dtSearch()
669 ((struct ldtentry *) & p->slot[stbl[index]])->inumber); in dtSearch()
790 pxd = (pxd_t *) & p->slot[stbl[index]]; in dtSearch()
1347 u8 *stbl; in dtSplitPage() local
1514 stbl = (u8 *) & sp->slot[sp->header.stblindex]; in dtSplitPage()
1521 si = stbl[nxt]; in dtSplitPage()
1585 stbl = DT_GETSTBL(rp); in dtSplitPage()
[all …]
Djfs_dtree.h156 s8 stbl[8]; /* 8: sorted entry index table */ member
235 ((dtroot_t *)(p))->header.stbl : \
/linux-3.4.99/drivers/staging/tidspbridge/dynload/
Dgetsection.c34 static const char stbl[] = { "Bad string table offset " FMT_UI32 }; variable
61 dload_error(dlthis, stbl, soffset); in unpack_sec_name()