Lines Matching defs:res

141 	status_t res = _OperationError(OpAccess);
142 if (res != B_OK)
143 return res;
162 status_t res = _OperationError(OpClose);
163 if (res != B_OK)
164 return res;
180 status_t res = _OperationError(OpCommit);
181 if (res != B_OK)
182 return res;
195 status_t res = _OperationError(OpCreate);
196 if (res != B_OK)
197 return res;
228 status_t res = _OperationError(OpGetAttr);
229 if (res != B_OK)
230 return res;
241 status_t res = _OperationError(OpGetFH);
242 if (res != B_OK)
243 return res;
266 status_t res = _OperationError(OpLink);
267 if (res != B_OK)
268 return res;
283 status_t res = _OperationError(OpLock);
284 if (res != B_OK)
285 return res;
301 status_t res = _OperationError(OpLockT);
302 if (res != B_WOULD_BLOCK || NFS4Error() != NFS4ERR_DENIED)
303 return res;
321 status_t res = _OperationError(OpLockU);
322 if (res != B_OK)
323 return res;
340 status_t res = _OperationError(OpOpen);
341 if (res != B_OK)
342 return res;
417 status_t res = _OperationError(OpOpenConfirm);
418 if (res != B_OK)
419 return res;
435 status_t res = _OperationError(OpRead);
436 if (res != B_OK)
437 return res;
453 status_t res = _OperationError(OpReadDir);
454 if (res != B_OK)
455 return res;
518 status_t res = _OperationError(OpReadLink);
519 if (res != B_OK)
520 return res;
534 status_t res = _OperationError(OpRemove);
535 if (res != B_OK)
536 return res;
552 status_t res = _OperationError(OpRename);
553 if (res != B_OK)
554 return res;
573 status_t res = _OperationError(OpSetAttr);
574 if (res != B_OK)
575 return res;
590 status_t res = _OperationError(OpSetClientID);
591 if (res != B_OK)
592 return res;
606 status_t res = _OperationError(OpWrite);
607 if (res != B_OK)
608 return res;