stable            698 nfs/nfs_serv.c 	int stable = NFSV3WRITE_FILESYNC;
stable            719 nfs/nfs_serv.c 		stable = fxdr_unsigned(int, *tl++);
stable            811 nfs/nfs_serv.c 	    if (stable == NFSV3WRITE_UNSTABLE)
stable            813 nfs/nfs_serv.c 	    else if (stable == NFSV3WRITE_DATASYNC)
stable            838 nfs/nfs_serv.c 		if (stable == NFSV3WRITE_UNSTABLE)
stable            839 nfs/nfs_serv.c 			*tl++ = txdr_unsigned(stable);