Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_inode.c125 jfs_inode->btindex = 0; in ialloc()
Djfs_xtree.c249 int base, index, lim, btindex; in xtSearch() local
292 (index = jfs_ip->btindex) < in xtSearch()
365 jfs_ip->btindex = index; in xtSearch()
412 btindex = jfs_ip->btindex; in xtSearch()
413 if (index == btindex || in xtSearch()
414 index == btindex + 1) in xtSearch()
418 jfs_ip->btindex = index; in xtSearch()
470 btindex = jfs_ip->btindex; in xtSearch()
471 if (base == btindex || base == btindex + 1) in xtSearch()
475 jfs_ip->btindex = base; in xtSearch()
Djfs_incore.h50 short btindex; /* btpage entry index*/ member
Djfs_imap.c3109 jfs_ip->btindex = 0; in copy_from_dinode()