Searched refs:readahead (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/doc/
H A Dexample.conf360 # Setting to use when there is no readahead value stored in the metadata.
362 # "none" - Disable readahead.
364 readahead = "auto"
/netbsd-current/sys/fs/nfs/common/
H A Dnfsdiskless.h90 int readahead; /* # of blocks to readahead */ member in struct:onfs_args
/netbsd-current/sys/nfs/
H A Dnfsmount.h67 int readahead; /* # of blocks to readahead */ member in struct:nfs_args
101 "b\14leaseterm\0b\15readahead\0b\16deadthresh\0b\17resvport\0" \
155 int nm_readahead; /* Num. of blocks to readahead */
H A Dnfs_vfsops.c540 if ((argp->flags & NFSMNT_READAHEAD) && argp->readahead >= 0 &&
541 argp->readahead <= NFS_MAXRAHEAD)
542 nmp->nm_readahead = argp->readahead;
616 args->readahead = nmp->nm_readahead;
/netbsd-current/sbin/mount_nfs/
H A Dmount_nfs.c130 { "readahead", 0, ALTF_READAHEAD, 1 },
152 .readahead = NFS_DEFRAHEAD,
242 nfsargsp->readahead = getnum(optarg, c);
355 nfsargsp->readahead =
356 (int)getmntoptnum(mp, "readahead");
491 "retrans=%d, maxgrouplist=%d, readahead=%d, leaseterm=%d, "
503 nfsargsp->readahead,
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clvfsops.c248 args->readahead = oargs->readahead;
682 if ((argp->flags & NFSMNT_READAHEAD) && argp->readahead >= 0) {
683 if (argp->readahead <= NFS_MAXRAHEAD)
684 nmp->nm_readahead = argp->readahead;
739 "resvport", "readahead", "hostname", "timeo", "timeout", "addr", "fh",
868 .readahead = NFS_DEFRAHEAD,
987 if (vfs_getopt(mp->mnt_optnew, "readahead", (void **)&opt, NULL) == 0) {
989 vfs_mount_error(mp, "illegal readahead");
993 ret = sscanf(opt, "%d", &args.readahead);
[all...]
/netbsd-current/usr.sbin/sysinst/
H A Dpartman.c160 int readahead; member in struct:lv_t
1856 if (dev_ptr->readahead > 0)
1858 dev_ptr->readahead);
1928 out_var = &(dev_ptr->readahead);
2082 if (lvms[i].lv[ii].readahead > 0) {
2084 lvms[i].lv[ii].readahead);
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32.h1144 int32_t readahead; /* # of blocks to readahead */ member in struct:netbsd32_nfs_args
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Daarch64-linux-tdep.c1272 SYSCALL_MAP (readahead);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daarch64-linux-tdep.c1417 SYSCALL_MAP (readahead);

Completed in 150 milliseconds