Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_xtree.c225 int base, index, lim, btindex; in xtSearch() local
268 (index = jfs_ip->btindex) < in xtSearch()
341 jfs_ip->btindex = index; in xtSearch()
388 btindex = jfs_ip->btindex; in xtSearch()
389 if (index == btindex || in xtSearch()
390 index == btindex + 1) in xtSearch()
394 jfs_ip->btindex = index; in xtSearch()
446 btindex = jfs_ip->btindex; in xtSearch()
447 if (base == btindex || base == btindex + 1) in xtSearch()
451 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.c3100 jfs_ip->btindex = 0; in copy_from_dinode()