Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_inode.c111 jfs_inode->btorder = 0; in ialloc()
Djfs_incore.h38 short btorder; /* access order */ member
Djfs_xtree.c277 if ((jfs_ip->btorder & BT_SEQUENTIAL) && in xtSearch()
402 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
404 jfs_ip->btorder = BT_RANDOM; in xtSearch()
459 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
461 jfs_ip->btorder = BT_RANDOM; in xtSearch()
Djfs_imap.c3103 jfs_ip->btorder = 0; in copy_from_dinode()