Lines Matching defs:filename
246 int nfs_lookup(struct nfsmount *nmp, const char *filename,
257 DEBUGASSERT(nmp && filename && fhandle);
261 namelen = strlen(filename);
287 memcpy(ptr, filename, namelen);
414 /* The filename segment contains is too long. */
477 struct nfs_fattr *attributes, char *filename)
505 error = nfs_pathsegment(&path, filename, &terminator);
508 /* The filename segment contains is too long. */
511 relpath, filename, error);
531 error = nfs_lookup(nmp, filename, fhandle, attributes, NULL);
535 relpath, filename, error);
547 filename, path);