coda_vnops.c | 1982 int error, cerror; local in function:coda_getpages 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 [all...] |