Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c236 int base, index, lim, btindex; in xtSearch() local
279 (index = jfs_ip->btindex) < in xtSearch()
352 jfs_ip->btindex = index; in xtSearch()
399 btindex = jfs_ip->btindex; in xtSearch()
400 if (index == btindex || in xtSearch()
401 index == btindex + 1) in xtSearch()
405 jfs_ip->btindex = index; in xtSearch()
457 btindex = jfs_ip->btindex; in xtSearch()
458 if (base == btindex || base == btindex + 1) in xtSearch()
462 jfs_ip->btindex = base; in xtSearch()
Djfs_inode.c112 jfs_inode->btindex = 0; in ialloc()
Djfs_incore.h39 short btindex; /* btpage entry index*/ member
Djfs_imap.c3102 jfs_ip->btindex = 0; in copy_from_dinode()