Lines Matching refs:name
645 * Lookups up an inode from "name". If ci_name is not NULL, then a CI match
647 * ci_name->name will point to a the actual name (caller must free) or
653 const struct xfs_name *name,
660 trace_xfs_lookup(dp, name);
665 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name);
677 kmem_free(ci_name->name);
957 struct xfs_name *name,
977 trace_xfs_create(dp, name);
995 resblks = XFS_MKDIR_SPACE_RES(mp, name->len);
998 resblks = XFS_CREATE_SPACE_RES(mp, name->len);
1044 error = xfs_dir_createname(tp, dp, name, ip->i_ino,
2495 struct xfs_name *name,
2505 trace_xfs_remove(dp, name);
2588 error = xfs_dir_removename(tp, dp, name, ip->i_ino, resblks);
2807 struct qstr name;
2815 name.name = src_name->name;
2816 name.len = src_name->len;
2817 error = xfs_inode_init_security(VFS_I(tmpfile), VFS_I(dp), &name);
3072 * Link the source inode under the target name.
3078 * name at the destination directory, remove it first.