Searched refs:readahead (Results 1 – 8 of 8) sorted by relevance
59 DUMMY(readahead);
4 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()727 if ((argp->flags & NFSMNT_READAHEAD) && argp->readahead >= 0) { in nfs_decode_args()728 if (argp->readahead <= NFS_MAXRAHEAD) in nfs_decode_args()729 nmp->nm_readahead = argp->readahead; in nfs_decode_args()917 .readahead = NFS_DEFRAHEAD, in nfs_mount()1068 ret = sscanf(opt, "%d", &args.readahead); in nfs_mount()1069 if (ret != 1 || args.readahead <= 0) { in nfs_mount()
1208 .readahead = zpl_readahead,
1568 TEST_P(ReadAhead, readahead) { in TEST_P() argument
2718 fun:readahead=uninstrumented