Lines Matching refs:name

438 hfs_hides_xattr(vfs_context_t ctx, struct cnode *cp, const char *name, int skiplock)
444 return decmpfs_hides_xattr(ctx, cp->c_decmp, name);
1023 /* If this is the root, let VFS to find out the mount name, which
1024 * may be different from the real name. Otherwise, we need to take care
1034 /* Get the name for ATTR_CMN_NAME. We need to take special care for hardlinks
1039 * to the same inode, one (or more) getattrlists could be vended incorrect name information.
1045 /* If we have no name and our link ID is the raw inode number, then we may
1062 * out the name value as needed below.
1074 /* By this point, we've either patched up the name above and the c_desc
1076 * by copying the name into the vap. Note that we will never set va_name to
1079 * we will simply not mark the name bit as supported.
1343 * Set name encoding.
1794 /* Purge the vnodes from the name cache */
2757 * name passed in and parent id from dvp (instead of using
3248 * name passed in and parent id from dvp (instead of using
3547 /* First release allocated name buffer */
3549 const u_int8_t *name = cp->c_desc.cd_nameptr;
3554 vfs_removename((const char *)name);
3558 /* Cnode now owns the name buffer */
3784 * component name of the target cnodes.
3929 /* Preflighting done, take fvp out of the name space. */
3970 // if it's a hardlink then re-lookup the name so
4074 * whose name is being updated.
4078 * We need to special case the name matching, because if
4224 /* Update the vnode's name now that the rename has completed. */
4230 * 'from' vnode. If it exists, we will want to update its name, because
4231 * it contains the old name + _PATH_RSRCFORKSPEC. ("/..namedfork/rsrc").
4233 * Note that the only thing we need to update here is the name attached to
4241 /* Create a new temporary buffer that's going to hold the new name */
4248 * 1) release reference on the existing rsrc vnode's name.
4249 * 2) copy/insert new name into the name cache
4250 * 3) attach the new name to the resource vnode
4255 /* Free the memory associated with the resource fork's name */
4327 /* Check for empty target name */
4471 * char d_name[MAXNAMELEN+1]; // null terminated file name
5537 const char * name = (const char *)VTOC(vp)->c_desc.cd_nameptr;
5539 if (name)
5541 " fork for %s, err %d\n", name, error);
5577 * cat_lookup because this cnode has no name in its descriptor. However,
5614 * the parent/name combo originally desired may not necessarily be provided
5638 * we need to do the lookup with the catalog name. This is OK since hardlinks were
5663 * Supply hfs_getnewvnode with a component name.