Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_inode.c91 jfs_inode->btorder = 0; in ialloc()
Djfs_incore.h47 short btorder; /* access order */ member
Djfs_xtree.c549 if ((jfs_ip->btorder & BT_SEQUENTIAL) && in xtSearch()
670 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
672 jfs_ip->btorder = BT_RANDOM; in xtSearch()
724 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
726 jfs_ip->btorder = BT_RANDOM; in xtSearch()
Djfs_imap.c3150 jfs_ip->btorder = 0; in copy_from_dinode()