coda_vnops.c | 1236 const char *tnm = tcnp->cn_nameptr; local in function:coda_rename 1252 if (IS_CTL_NAME(odvp, fnm, flen) || IS_CTL_NAME(ndvp, tnm, tlen)) { 1270 coda_nc_zapfile(VTOC(ndvp), tnm, tlen); 1288 error = venus_rename(vtomi(odvp), &odcp->c_fid, &ndcp->c_fid, fnm, flen, tnm, tlen, cred, l);
|