Searched refs:wcommitsize (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/nfsclient/
H A Dnfsargs.h59 int wcommitsize; /* Max. write commit size in bytes */ member in struct:nfs_args
H A Dnfs_vfsops.c732 if ((argp->flags & NFSMNT_WCOMMITSIZE) && argp->wcommitsize >= 0) {
733 if (argp->wcommitsize < nmp->nm_wsize)
736 nmp->nm_wcommitsize = argp->wcommitsize;
791 "sec", "maxgroups", "principal", "negnametimeo", "nocto", "wcommitsize",
824 .wcommitsize = 0, /* was: NQ_DEFLEASE */
1025 if (vfs_getopt(mp->mnt_optnew, "wcommitsize", (void **)&opt, NULL) == 0) {
1026 ret = sscanf(opt, "%d", &args.wcommitsize);
1027 if (ret != 1 || args.wcommitsize < 0) {
1028 vfs_mount_error(mp, "illegal wcommitsize: %s", opt);
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c687 if ((argp->flags & NFSMNT_WCOMMITSIZE) && argp->wcommitsize >= 0) {
688 if (argp->wcommitsize < nmp->nm_wsize)
691 nmp->nm_wcommitsize = argp->wcommitsize;
741 "pnfs", "wcommitsize", "oneopenown",
772 .wcommitsize = 0, /* was: NQ_DEFLEASE */
1001 if (vfs_getopt(mp->mnt_optnew, "wcommitsize", (void **)&opt, NULL) == 0) {
1002 ret = sscanf(opt, "%d", &args.wcommitsize);
1003 if (ret != 1 || args.wcommitsize < 0) {
1004 vfs_mount_error(mp, "illegal wcommitsize: %s", opt);
1904 nfscl_printoptval(nmp, nmp->nm_wcommitsize, ",wcommitsize",
[all...]

Completed in 93 milliseconds