Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_dir2_readdir.c260 int ra_current; /* number of read-ahead blks */ member
401 if (mip->ra_current) in xfs_dir2_leaf_readbuf()
402 mip->ra_current -= geo->fsbcount; in xfs_dir2_leaf_readbuf()
409 mip->ra_want > mip->ra_current && i < mip->map_blocks; in xfs_dir2_leaf_readbuf()
415 if (i > mip->ra_current && in xfs_dir2_leaf_readbuf()
422 mip->ra_current = i; in xfs_dir2_leaf_readbuf()
429 else if (i > mip->ra_current) { in xfs_dir2_leaf_readbuf()
433 mip->ra_current = i; in xfs_dir2_leaf_readbuf()