Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_dir2_readdir.c263 int ra_current; /* number of read-ahead blks */ member
404 if (mip->ra_current) in xfs_dir2_leaf_readbuf()
405 mip->ra_current -= geo->fsbcount; in xfs_dir2_leaf_readbuf()
412 mip->ra_want > mip->ra_current && i < mip->map_blocks; in xfs_dir2_leaf_readbuf()
418 if (i > mip->ra_current && in xfs_dir2_leaf_readbuf()
425 mip->ra_current = i; in xfs_dir2_leaf_readbuf()
432 else if (i > mip->ra_current) { in xfs_dir2_leaf_readbuf()
436 mip->ra_current = i; in xfs_dir2_leaf_readbuf()