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