nd_stable         419 nfs/nfs.h      	int			nd_stable;	/* storage type */
nd_stable         902 nfs/nfs_serv.c 	    nfsd->nd_stable = NFSV3WRITE_FILESYNC;
nd_stable         915 nfs/nfs_serv.c 		nfsd->nd_stable = fxdr_unsigned(int, *tl++);
nd_stable        1050 nfs/nfs_serv.c 		if (nfsd->nd_stable == NFSV3WRITE_UNSTABLE)
nd_stable        1052 nfs/nfs_serv.c 		else if (nfsd->nd_stable == NFSV3WRITE_DATASYNC)
nd_stable        1113 nfs/nfs_serv.c 			    *tl++ = txdr_unsigned(swp->nd_stable);
nd_stable        1202 nfs/nfs_serv.c         if (nfsd->nd_stable == NFSV3WRITE_FILESYNC)
nd_stable        1203 nfs/nfs_serv.c             owp->nd_stable = NFSV3WRITE_FILESYNC;
nd_stable        1204 nfs/nfs_serv.c         else if (nfsd->nd_stable == NFSV3WRITE_DATASYNC &&
nd_stable        1205 nfs/nfs_serv.c             owp->nd_stable == NFSV3WRITE_UNSTABLE)
nd_stable        1206 nfs/nfs_serv.c             owp->nd_stable = NFSV3WRITE_DATASYNC;