Home
last modified time | relevance | path

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

/openbsd/src/sys/nfs/
Dnfs_vfsops.c457 if ((argp->flags & NFSMNT_RSIZE) && argp->rsize > 0) { in nfs_decode_args()
477 } else if (argp->flags & NFSMNT_RSIZE) in nfs_decode_args()
Dnfs_boot.c251 args->flags |= NFSMNT_WSIZE | NFSMNT_RSIZE; in nfs_boot_getfh()
/openbsd/src/sys/sys/
Dmount.h141 #define NFSMNT_RSIZE 0x00000004 /* set read size */ macro
/openbsd/src/sbin/mount_nfs/
Dmount_nfs.c324 nfsargsp->flags |= NFSMNT_RSIZE; in main()
/openbsd/src/usr.sbin/amd/amd/
Dnfs_ops.c514 nfs_args.flags |= NFSMNT_RSIZE; in mount_nfs_fh()