Home | History | Annotate | Download | only in coda

Lines Matching defs:cerror

1982 	int error, cerror;
2027 cerror = vn_lock(vp, LK_EXCLUSIVE);
2028 if (cerror) {
2033 return cerror;
2046 cerror = VOP_OPEN(vp, FREAD, cred);
2048 if (cerror) {
2051 vp, cerror);
2055 return cerror;
2081 cerror = VOP_CLOSE(vp, FREAD, cred);
2083 if (cerror != 0)
2086 vp, cerror);