Lines Matching refs:c_fid

250     error = venus_open(vtomi(vp), &cp->c_fid, flag, cred, curlwp, &dev, &inode);  in coda_open()
366 error = venus_close(vtomi(vp), &cp->c_fid, flag, cred, curlwp); in coda_close()
471 coda_f2s(&cp->c_fid), vrefcnt(CTOV(cp)))); ) in coda_rdwr()
557 error = venus_ioctl(vtomi(tvp), &((VTOC(tvp))->c_fid), com, flag, data, in coda_ioctl()
601 __func__, coda_f2s(&cp->c_fid)));}) in coda_getattr()
610 error = venus_getattr(vtomi(vp), &cp->c_fid, cred, curlwp, vap); in coda_getattr()
614 __func__, coda_f2s(&cp->c_fid), error)); ) in coda_getattr()
652 error = venus_setattr(vtomi(vp), &cp->c_fid, vap, cred, curlwp); in coda_setattr()
699 error = venus_access(vtomi(vp), &cp->c_fid, accmode, cred, curlwp); in coda_access()
759 error = venus_readlink(vtomi(vp), &cp->c_fid, cred, l, &str, &len); in coda_readlink()
820 error = venus_fsync(vtomi(vp), &cp->c_fid, cred, curlwp); in coda_fsync()
848 coda_f2s(&cp->c_fid), vp->v_mount));) in coda_inactive()
899 nm, coda_f2s(&dcp->c_fid)));) in coda_lookup()
922 __func__, coda_f2s(&dcp->c_fid), nm));) in coda_lookup()
941 error = venus_lookup(vtomi(dvp), &dcp->c_fid, nm, len, cred, l, &VFid, in coda_lookup()
947 __func__, coda_f2s(&dcp->c_fid), nm, error));) in coda_lookup()
1021 …error = venus_create(vtomi(dvp), &dcp->c_fid, nm, len, exclusive, mode, va, cred, l, &VFid, &attr); in coda_create()
1094 nm, coda_f2s(&cp->c_fid)));) in coda_remove()
1126 error = venus_remove(vtomi(dvp), &cp->c_fid, nm, len, cred, l); in coda_remove()
1168 myprintf(("%s: vp fid: %s\n", __func__, coda_f2s(&cp->c_fid))); in coda_link()
1169 myprintf(("%s: dvp fid: %s)\n", __func__, coda_f2s(&dcp->c_fid))); in coda_link()
1173 myprintf(("%s: vp fid: %s\n", __func__, coda_f2s(&cp->c_fid))); in coda_link()
1174 myprintf(("%s: dvp fid: %s\n", __func__, coda_f2s(&dcp->c_fid))); in coda_link()
1205 error = venus_link(vtomi(vp), &cp->c_fid, &dcp->c_fid, nm, len, cred, l); in coda_link()
1288 error = venus_rename(vtomi(odvp), &odcp->c_fid, &ndcp->c_fid, fnm, flen, tnm, tlen, cred, l); in coda_rename()
1348 error = venus_mkdir(vtomi(dvp), &dcp->c_fid, nm, len, va, cred, l, &VFid, &ova); in coda_mkdir()
1426 if (cp) coda_nc_zapParentfid(&(cp->c_fid), NOT_DOWNCALL); in coda_rmdir()
1434 error = venus_rmdir(vtomi(dvp), &dcp->c_fid, nm, len, cred, l); in coda_rmdir()
1500 error = venus_symlink(vtomi(dvp), &dcp->c_fid, path, plen, nm, len, tva, cred, l); in coda_symlink()
1580 __func__, coda_f2s(&cp->c_fid), vrefcnt(cvp))); ) in coda_readdir()
1787 coda_f2s(&cp->c_fid))); in coda_lock()
1806 coda_f2s(&cp->c_fid))); in coda_unlock()