Home
last modified time | relevance | path

Searched refs:NFSV3WRITE_UNSTABLE (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/tcpdump/
HDnfs.h221 #define NFSV3WRITE_UNSTABLE 0 macro
/trueos/sys/nfsclient/
HDnfs_bio.c319 iomode = NFSV3WRITE_UNSTABLE; in nfs_putpages()
1661 iomode = NFSV3WRITE_UNSTABLE; in nfs_doio()
1680 if (!error && iomode == NFSV3WRITE_UNSTABLE) { in nfs_doio()
HDnfs_vnops.c1437 commit == NFSV3WRITE_UNSTABLE) in nfs_writerpc()
/trueos/sys/nfs/
HDnfsproto.h295 #define NFSV3WRITE_UNSTABLE 0 macro
/trueos/sys/nfsserver/
HDnfs_serv.c1014 stable = NFSV3WRITE_UNSTABLE; in nfsrv_write()
1108 if (stable == NFSV3WRITE_UNSTABLE) in nfsrv_write()
1147 if (stable == NFSV3WRITE_UNSTABLE && !nfs_async) in nfsrv_write()