Home
last modified time | relevance | path

Searched refs:NFSMNT_WCOMMITSIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/nfsclient/
Dnfsargs.h85 #define NFSMNT_WCOMMITSIZE 0x00001000 /* set max write commit size */ macro
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clvfsops.c686 if ((argp->flags & NFSMNT_WCOMMITSIZE) && argp->wcommitsize >= 0) { in nfs_decode_args()
1111 args.flags |= NFSMNT_WCOMMITSIZE; in nfs_mount()