Searched refs:nd_stable (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c1401 nd->nd_stable = NFS_WRITE_FILESYNC;
1414 nfsm_chain_get_32(error, nmreq, nd->nd_stable);
1420 nd->nd_stable = NFS_WRITE_UNSTABLE;
1542 if (nd->nd_stable == NFS_WRITE_UNSTABLE)
1544 else if (nd->nd_stable == NFS_WRITE_DATASYNC)
1610 nfsm_chain_add_32(error, &nmrep, nd->nd_stable);
1683 * - update the nd_eoff and nd_stable for owp
1713 if (nd->nd_stable == NFS_WRITE_FILESYNC)
1714 owp->nd_stable = NFS_WRITE_FILESYNC;
1715 else if ((nd->nd_stable
[all...]
H A Dnfs.h1071 int nd_stable; /* storage type */ member in struct:nfsrv_descript

Completed in 22 milliseconds