Home
last modified time | relevance | path

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

/Linux-v5.4/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.c22 struct xfs_name xfs_name_dotdot = { (unsigned char *)"..", 2, XFS_DIR3_FT_DIR };
57 struct xfs_name *name) in xfs_ascii_ci_hashname()
240 struct xfs_name *name, in xfs_dir_createname()
336 struct xfs_name *name, in xfs_dir_lookup()
338 struct xfs_name *ci_name) /* out: actual name if CI match */ in xfs_dir_lookup()
414 struct xfs_name *name, in xfs_dir_removename()
472 struct xfs_name *name, /* name of entry to replace */ in xfs_dir_replace()
533 struct xfs_name *name) /* name of entry to add */ in xfs_dir_canenter()
Dxfs_types.h134 struct xfs_name { struct
Dxfs_da_btree.h139 xfs_dahash_t (*hashname)(struct xfs_name *);
Dxfs_dir2_data.c53 struct xfs_name name; in __xfs_dir3_data_check()
Dxfs_dir2_block.c1066 struct xfs_name name; in xfs_dir2_sf_to_block()
Dxfs_da_btree.c2049 struct xfs_name *name) in xfs_default_hashname()
/Linux-v5.4/fs/xfs/
Dxfs_inode.h415 int xfs_lookup(struct xfs_inode *dp, struct xfs_name *name,
416 struct xfs_inode **ipp, struct xfs_name *ci_name);
417 int xfs_create(struct xfs_inode *dp, struct xfs_name *name,
421 int xfs_remove(struct xfs_inode *dp, struct xfs_name *name,
424 struct xfs_name *target_name);
425 int xfs_rename(struct xfs_inode *src_dp, struct xfs_name *src_name,
427 struct xfs_name *target_name,
Dxfs_iops.c79 struct xfs_name *namep, in xfs_dentry_to_name()
89 struct xfs_name *namep, in xfs_dentry_mode_to_name()
109 struct xfs_name teardown; in xfs_cleanup_inode()
132 struct xfs_name name; in xfs_generic_create()
252 struct xfs_name name; in xfs_vn_lookup()
276 struct xfs_name xname; in xfs_vn_ci_lookup()
277 struct xfs_name ci_name; in xfs_vn_ci_lookup()
316 struct xfs_name name; in xfs_vn_link()
337 struct xfs_name name; in xfs_vn_unlink()
364 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.c681 struct xfs_name *name, in xfs_lookup()
683 struct xfs_name *ci_name) in xfs_lookup()
1128 struct xfs_name *name, in xfs_create()
1379 struct xfs_name *target_name) in xfs_link()
2860 struct xfs_name *name, in xfs_remove()
3049 struct xfs_name *name1, in xfs_cross_rename()
3052 struct xfs_name *name2, in xfs_cross_rename()
3188 struct xfs_name *src_name, in xfs_rename()
3191 struct xfs_name *target_name, in xfs_rename()
Dxfs_symlink.c147 struct xfs_name *link_name, in xfs_symlink()
Dxfs_trace.h790 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name),
813 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), \
823 struct xfs_name *src_name, struct xfs_name *target_name),
/Linux-v5.4/fs/xfs/scrub/
Ddir.c105 struct xfs_name xname; in xchk_dir_actor()