Lines Matching refs:name

48  * 4. Neither the name of the University nor the names of its contributors
2102 /* do we know this name is too long? */
2180 /* add a negative entry in the name cache */
3736 * Purge the name cache so that the chance of a lookup for
3737 * the name succeeding while the remove is in progress is
3837 char *name,
3862 nfsm_chain_add_name(error, &nmreq, name, namelen, nmp);
4005 /* purge the old name cache entries and enter the new one */
5130 * scan a directory buffer for the given name
5155 /* scan the buffer for the name */
5204 * Look up a name in a directory's buffers.
5330 * Purge name cache entries for the given node.
5622 * to create the same funny name between when the lookitup() fails and the
5664 /* Fudge together a funny name */
5716 char *name,
5735 nfsm_chain_add_name(error, &nmreq, name, namelen, nmp);
5748 __unused char *name,
5801 * Look up a file name and optionally either update the file handle or
5811 char *name,
5835 if ((name[0] == '.') && (namelen == 1)) {
5842 error = nmp->nm_funcs->nf_lookup_rpc_async(dnp, name, namelen, ctx, &req);
5844 error = nmp->nm_funcs->nf_lookup_rpc_async_finish(dnp, name, namelen, ctx, req, &xid, &fh, &nvattr);
5881 cnp->cn_nameptr = name;
5901 nfs_dulookup_init(struct nfs_dulookup *dulp, nfsnode_t dnp, const char *name, int namelen, vfs_context_t ctx)
5907 /* check for ._ file in name cache */
5913 if ((namelen >= 2) && (name[0] == '.') && (name[1] == '_'))
5922 snprintf(dulp->du_cn.cn_nameptr, du_namelen + 1, "._%s", name);
5984 /* add a negative entry in the name cache */
6903 DUMP, /* ENAMETOOLONG 63 File name too long */