Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_inode.c111 jfs_inode->btorder = 0; in ialloc()
Djfs_incore.h38 short btorder; /* access order */ member
Djfs_xtree.c266 if ((jfs_ip->btorder & BT_SEQUENTIAL) && in xtSearch()
391 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
393 jfs_ip->btorder = BT_RANDOM; in xtSearch()
448 jfs_ip->btorder = BT_SEQUENTIAL; in xtSearch()
450 jfs_ip->btorder = BT_RANDOM; in xtSearch()
Djfs_imap.c3094 jfs_ip->btorder = 0; in copy_from_dinode()