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, in stlookuppn() argument
107 *cfile = roothandle; /* structure copy - start at the root. */ in stlookuppn()
120 *cfile = roothandle; in stlookuppn()
129 if (!cfile_is_dir(cfile)) { in stlookuppn()
158 if (cfile == &roothandle) in stlookuppn()
182 switch (cfile->version) { in stlookuppn()
184 lkp = nfslookup(cfile, component, &error); in stlookuppn()
187 lkp = nfs3lookup(cfile, component, &error); in stlookuppn()
190 lkp = nfs4lookup(cfile, component, &error); in stlookuppn()
194 cfile->version); in stlookuppn()
304 *cfile = *cdp; in stlookuppn()