Home | History | Annotate | Download | only in server

Lines Matching refs:nd_repstat

1605 		    nfsrv_dolocallocks != 0 && nd->nd_repstat == 0) {
1785 * nd_repstat - Set by the calling function.
1788 * (If both of these are set, nd_repstat should probably be
1792 if (error != 0 || nd->nd_repstat != 0 || reterr != 0) {
1794 if (nd->nd_repstat != 0)
1795 error = nd->nd_repstat;
4121 nd->nd_repstat = 0;
4229 * (nd_repstat != 0 indicates the Callback path is working,
4251 if (nd->nd_repstat)
4252 error = nd->nd_repstat;