Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/nfs/
Dnfs_diskless.c134 nd->flags |= NFSMNT_RSIZE; in nfs_parse_options()
265 NFSMNT_RSIZE | NFSMNT_RESVPORT); in nfs_setup_diskless()
304 NFSMNT_RSIZE | NFSMNT_RESVPORT); in nfs_setup_diskless()
Dbootp_subr.c1197 args->flags = NFSMNT_RSIZE | NFSMNT_WSIZE | NFSMNT_RESVPORT; in mountopts()
/freebsd-12-stable/sys/nfsclient/
Dnfsargs.h75 #define NFSMNT_RSIZE 0x00000004 /* set read size */ macro
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clvfsops.c642 if ((argp->flags & NFSMNT_RSIZE) && argp->rsize > 0) { in nfs_decode_args()
1035 args.flags |= NFSMNT_RSIZE; in nfs_mount()