Lines Matching refs:cfile
73 static int stlookuppn(struct st_pathname *pnp, struct nfs_file *cfile,
98 stlookuppn(struct st_pathname *pnp, struct nfs_file *cfile,
107 *cfile = roothandle; /* structure copy - start at the root. */
120 *cfile = roothandle;
129 if (!cfile_is_dir(cfile)) {
158 if (cfile == &roothandle)
182 switch (cfile->version) {
184 lkp = nfslookup(cfile, component, &error);
187 lkp = nfs3lookup(cfile, component, &error);
190 lkp = nfs4lookup(cfile, component, &error);
194 cfile->version);
304 *cfile = *cdp;