Home
last modified time | relevance | path

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

/openbsd/src/sys/nfs/
Dnfs.h55 #define NFS_DEFRAHEAD 1 /* Def. read ahead # blocks */ macro
Dnfs_vfsops.c639 nmp->nm_readahead = NFS_DEFRAHEAD; in mountnfs()
/openbsd/src/sbin/mount_nfs/
Dmount_nfs.c126 NFS_DEFRAHEAD,
/openbsd/src/sbin/mount/
Dmount.c556 if (verbose || nfs_args->readahead != NFS_DEFRAHEAD) in prmount()