Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2.h22 extern struct xfs_name xfs_name_dotdot;
119 struct xfs_name *name, xfs_ino_t inum,
122 struct xfs_name *name, xfs_ino_t *inum,
123 struct xfs_name *ci_name);
125 struct xfs_name *name, xfs_ino_t ino,
128 struct xfs_name *name, xfs_ino_t inum,
131 struct xfs_name *name);
Dxfs_dir2.c26 struct xfs_name xfs_name_dotdot = { (unsigned char *)"..", 2, XFS_DIR3_FT_DIR };
61 struct xfs_name *name) in xfs_ascii_ci_hashname()
244 struct xfs_name *name, in xfs_dir_createname()
340 struct xfs_name *name, in xfs_dir_lookup()
342 struct xfs_name *ci_name) /* out: actual name if CI match */ in xfs_dir_lookup()
418 struct xfs_name *name, in xfs_dir_removename()
476 struct xfs_name *name, /* name of entry to replace */ in xfs_dir_replace()
537 struct xfs_name *name) /* name of entry to add */ in xfs_dir_canenter()
Dxfs_types.h112 struct xfs_name { struct
Dxfs_da_btree.h137 xfs_dahash_t (*hashname)(struct xfs_name *);
Dxfs_dir2_data.c56 struct xfs_name name; in __xfs_dir3_data_check()
Dxfs_dir2_block.c1069 struct xfs_name name; in xfs_dir2_sf_to_block()
Dxfs_da_btree.c2031 struct xfs_name *name) in xfs_default_hashname()
/linux-4.19.296/fs/xfs/
Dxfs_inode.h402 int xfs_lookup(struct xfs_inode *dp, struct xfs_name *name,
403 struct xfs_inode **ipp, struct xfs_name *ci_name);
404 int xfs_create(struct xfs_inode *dp, struct xfs_name *name,
408 int xfs_remove(struct xfs_inode *dp, struct xfs_name *name,
411 struct xfs_name *target_name);
412 int xfs_rename(struct xfs_inode *src_dp, struct xfs_name *src_name,
414 struct xfs_name *target_name,
Dxfs_iops.c89 struct xfs_name *namep, in xfs_dentry_to_name()
99 struct xfs_name *namep, in xfs_dentry_mode_to_name()
119 struct xfs_name teardown; in xfs_cleanup_inode()
142 struct xfs_name name; in xfs_generic_create()
262 struct xfs_name name; in xfs_vn_lookup()
286 struct xfs_name xname; in xfs_vn_ci_lookup()
287 struct xfs_name ci_name; in xfs_vn_ci_lookup()
326 struct xfs_name name; in xfs_vn_link()
347 struct xfs_name name; in xfs_vn_unlink()
374 struct xfs_name name; in xfs_vn_symlink()
[all …]
Dxfs_symlink.h10 int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name,
Dxfs_inode.c687 struct xfs_name *name, in xfs_lookup()
689 struct xfs_name *ci_name) in xfs_lookup()
1135 struct xfs_name *name, in xfs_create()
1388 struct xfs_name *target_name) in xfs_link()
2542 struct xfs_name *name, in xfs_remove()
2731 struct xfs_name *name1, in xfs_cross_rename()
2734 struct xfs_name *name2, in xfs_cross_rename()
2874 struct xfs_name *src_name, in xfs_rename()
2877 struct xfs_name *target_name, in xfs_rename()
Dxfs_symlink.c156 struct xfs_name *link_name, in xfs_symlink()
Dxfs_trace.h772 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name),
795 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), \
805 struct xfs_name *src_name, struct xfs_name *target_name),
/linux-4.19.296/fs/xfs/scrub/
Ddir.c115 struct xfs_name xname; in xchk_dir_actor()