Home
last modified time | relevance | path

Searched refs:xfs_name (Results 1 – 13 of 13) sorted by relevance

/fs/xfs/libxfs/
Dxfs_dir2.h32 extern struct xfs_name xfs_name_dotdot;
130 struct xfs_name *name, xfs_ino_t inum,
134 struct xfs_name *name, xfs_ino_t *inum,
135 struct xfs_name *ci_name);
137 struct xfs_name *name, xfs_ino_t ino,
141 struct xfs_name *name, xfs_ino_t inum,
145 struct xfs_name *name);
Dxfs_dir2.c35 struct xfs_name xfs_name_dotdot = { (unsigned char *)"..", 2, XFS_DIR3_FT_DIR };
60 struct xfs_name *name) in xfs_ascii_ci_hashname()
259 struct xfs_name *name, in xfs_dir_createname()
358 struct xfs_name *name, in xfs_dir_lookup()
360 struct xfs_name *ci_name) /* out: actual name if CI match */ in xfs_dir_lookup()
436 struct xfs_name *name, in xfs_dir_removename()
498 struct xfs_name *name, /* name of entry to replace */ in xfs_dir_replace()
563 struct xfs_name *name) /* name of entry to add */ in xfs_dir_canenter()
Dxfs_types.h115 struct xfs_name { struct
Dxfs_da_btree.h152 xfs_dahash_t (*hashname)(struct xfs_name *);
Dxfs_dir2_data.c63 struct xfs_name name; in __xfs_dir3_data_check()
Dxfs_dir2_block.c1072 struct xfs_name name; in xfs_dir2_sf_to_block()
Dxfs_da_btree.c1995 struct xfs_name *name) in xfs_default_hashname()
/fs/xfs/
Dxfs_inode.h377 int xfs_lookup(struct xfs_inode *dp, struct xfs_name *name,
378 struct xfs_inode **ipp, struct xfs_name *ci_name);
379 int xfs_create(struct xfs_inode *dp, struct xfs_name *name,
383 int xfs_remove(struct xfs_inode *dp, struct xfs_name *name,
386 struct xfs_name *target_name);
387 int xfs_rename(struct xfs_inode *src_dp, struct xfs_name *src_name,
389 struct xfs_name *target_name,
Dxfs_iops.c99 struct xfs_name *namep, in xfs_dentry_to_name()
114 struct xfs_name teardown; in xfs_cleanup_inode()
137 struct xfs_name name; in xfs_generic_create()
242 struct xfs_name name; in xfs_vn_lookup()
267 struct xfs_name xname; in xfs_vn_ci_lookup()
268 struct xfs_name ci_name; in xfs_vn_ci_lookup()
307 struct xfs_name name; in xfs_vn_link()
326 struct xfs_name name; in xfs_vn_unlink()
353 struct xfs_name name; in xfs_vn_symlink()
393 struct xfs_name oname; in xfs_vn_rename()
[all …]
Dxfs_symlink.h22 int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name,
Dxfs_inode.c678 struct xfs_name *name, in xfs_lookup()
680 struct xfs_name *ci_name) in xfs_lookup()
1133 struct xfs_name *name, in xfs_create()
1423 struct xfs_name *target_name) in xfs_link()
2517 struct xfs_name *name, in xfs_remove()
2733 struct xfs_name *name1, in xfs_cross_rename()
2736 struct xfs_name *name2, in xfs_cross_rename()
2886 struct xfs_name *src_name, in xfs_rename()
2889 struct xfs_name *target_name, in xfs_rename()
Dxfs_symlink.c168 struct xfs_name *link_name, in xfs_symlink()
Dxfs_trace.h801 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name),
824 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), \
834 struct xfs_name *src_name, struct xfs_name *target_name),