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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_incore.h50 short btindex; /* btpage entry index*/ member in struct:jfs_inode_info
H A Djfs_inode.c144 jfs_inode->btindex = 0;
H A Djfs_xtree.c248 int base, index, lim, btindex; local
291 (index = jfs_ip->btindex) <
364 jfs_ip->btindex = index;
411 btindex = jfs_ip->btindex;
412 if (index == btindex ||
413 index == btindex + 1)
417 jfs_ip->btindex = index;
469 btindex = jfs_ip->btindex;
[all...]
H A Djfs_imap.c3128 jfs_ip->btindex = 0;

Completed in 64 milliseconds