Home
last modified time | relevance | path

Searched refs:bc_ra (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_btree.c269 new->bc_ra[i] = cur->bc_ra[i]; in xfs_btree_dup_cursor()
746 if ((cur->bc_ra[lev] | lr) == cur->bc_ra[lev]) in xfs_btree_readahead()
749 cur->bc_ra[lev] |= lr; in xfs_btree_readahead()
772 cur->bc_ra[lev] = 0; in xfs_btree_setbuf()
777 cur->bc_ra[lev] |= XFS_BTCUR_LEFTRA; in xfs_btree_setbuf()
779 cur->bc_ra[lev] |= XFS_BTCUR_RIGHTRA; in xfs_btree_setbuf()
782 cur->bc_ra[lev] |= XFS_BTCUR_LEFTRA; in xfs_btree_setbuf()
784 cur->bc_ra[lev] |= XFS_BTCUR_RIGHTRA; in xfs_btree_setbuf()
3035 cur->bc_ra[level] = 0; in xfs_btree_kill_root()
3554 cur->bc_ra[level] = 0; in xfs_btree_delrec()
Dxfs_btree.h229 __uint8_t bc_ra[XFS_BTREE_MAXLEVELS]; /* readahead bits */ member