Searched refs:nm_wcommitsize (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/nfsclient/
H A Dnfsmount.h66 int nm_wcommitsize; /* Max size of commit for write */ member in struct:nfsmount
/freebsd-current/sys/fs/nfsclient/
H A Dnfsmount.h61 int nm_wcommitsize; /* Max size of commit for write */ member in struct:nfsmount
H A Dnfs_clvfsops.c733 nmp->nm_wcommitsize = nmp->nm_wsize;
735 nmp->nm_wcommitsize = argp->wcommitsize;
1620 nmp->nm_wcommitsize = NFS_MAXBSIZE / 256;
1621 while ((long)nmp->nm_wcommitsize * nmp->nm_wcommitsize < hibufspace)
1622 nmp->nm_wcommitsize *= 2;
1623 nmp->nm_wcommitsize *= 256;
2266 nfscl_printoptval(nmp, nmp->nm_wcommitsize, ",wcommitsize", &buf,
H A Dnfs_clbio.c998 if (wouldcommit > nmp->nm_wcommitsize) {

Completed in 154 milliseconds