Searched refs:readahead (Results 1 – 8 of 8) sorted by relevance
3 dnl # ->readahead
57 int readahead; /* # of blocks to readahead */ member
87 int readahead; /* # of blocks to readahead */ member
251 args->readahead = oargs->readahead; in nfs_convert_oargs()725 if ((argp->flags & NFSMNT_READAHEAD) && argp->readahead >= 0) { in nfs_decode_args()726 if (argp->readahead <= NFS_MAXRAHEAD) in nfs_decode_args()727 nmp->nm_readahead = argp->readahead; in nfs_decode_args()915 .readahead = NFS_DEFRAHEAD, in nfs_mount()1065 ret = sscanf(opt, "%d", &args.readahead); in nfs_mount()1066 if (ret != 1 || args.readahead <= 0) { in nfs_mount()
172 EXPECT_OK(readahead(fd_file_, 0, 1)); in FORK_TEST_F()
1042 .readahead = zpl_readahead,
1376 TEST_P(ReadAhead, readahead) { in TEST_P() argument
2718 fun:readahead=uninstrumented