Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/ !
Djfs_inode.c92 jfs_inode->btindex = 0; in ialloc()
Djfs_incore.h48 short btindex; /* btpage entry index*/ member
Djfs_xtree.c509 int base, index, lim, btindex; in xtSearch() local
551 (index = jfs_ip->btindex) < in xtSearch()
623 jfs_ip->btindex = index; in xtSearch()
667 btindex = jfs_ip->btindex; in xtSearch()
668 if (index == btindex || in xtSearch()
669 index == btindex + 1) in xtSearch()
673 jfs_ip->btindex = index; in xtSearch()
722 btindex = jfs_ip->btindex; in xtSearch()
723 if (base == btindex || base == btindex + 1) in xtSearch()
727 jfs_ip->btindex = base; in xtSearch()
Djfs_imap.c3149 jfs_ip->btindex = 0; in copy_from_dinode()