Lines Matching refs:cdp
105 struct nfs_file *cdp = NULL;
174 ((cdp = (struct nfs_file *)get_icache(mac_get_dev(), cino)) == 0)) {
229 if (cdp = (struct nfs_file *)
236 *cdp = *lkp;
239 set_icache(mac_get_dev(), cino, cdp,
247 cdp = lkp;
258 if (cfile_is_lnk(cdp)) {
270 switch (cdp->version) {
272 error = nfsgetsymlink(cdp, &pathp);
275 error = nfs3getsymlink(cdp, &pathp);
278 error = nfs4getsymlink(cdp, &pathp);
282 cdp->version);
301 roothandle = *cdp;
304 *cfile = *cdp;