Home
last modified time | relevance | path

Searched refs:btindex (Results 1 – 4 of 4) sorted by relevance

/linux/fs/jfs/
H A Djfs_xtree.c240 int base, index, lim, btindex; in xtSearch() local
283 (index = jfs_ip->btindex) < in xtSearch()
356 jfs_ip->btindex = index; in xtSearch()
403 btindex = jfs_ip->btindex; in xtSearch()
404 if (index == btindex || in xtSearch()
405 index == btindex + 1) in xtSearch()
409 jfs_ip->btindex = index; in xtSearch()
461 btindex = jfs_ip->btindex; in xtSearch()
462 if (base == btindex || base == btindex + 1) in xtSearch()
466 jfs_ip->btindex = base; in xtSearch()
H A Djfs_inode.c112 jfs_inode->btindex = 0; in ialloc()
H A Djfs_incore.h39 short btindex; /* btpage entry index*/ member
H A Djfs_imap.c3112 jfs_ip->btindex = 0; in copy_from_dinode()