Home
last modified time | relevance | path

Searched refs:NFSMNT_WSIZE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
HDautoconf.c373 nd->root_args.flags = NFSMNT_WSIZE | NFSMNT_RSIZE | NFSMNT_RESVPORT | in pxe_setup_nfsdiskless()
/dragonfly/sys/platform/vkernel64/x86_64/
HDautoconf.c467 nd->root_args.flags = NFSMNT_WSIZE | NFSMNT_RSIZE | NFSMNT_RESVPORT | in pxe_setup_nfsdiskless()
/dragonfly/sys/vfs/nfs/
HDnfs_mountrpc.c101 args->flags = NFSMNT_RSIZE | NFSMNT_WSIZE | NFSMNT_RESVPORT; in nfs_mountopts()
HDnfs_vfsops.c837 if ((argp->flags & NFSMNT_WSIZE) && argp->wsize > 0) { in nfs_decode_args()
974 args.flags &= ~(NFSMNT_NFSV3 | NFSMNT_RSIZE | NFSMNT_WSIZE); in nfs_mount()
HDnfs.h153 #define NFSMNT_WSIZE 0x00000002 /* set write size */ macro
/dragonfly/sbin/mount_nfs/
HDmount_nfs.c414 nfsargsp->flags |= NFSMNT_WSIZE; in main()