Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_dir2.h24 extern struct xfs_name xfs_name_dotdot;
42 struct xfs_name *name, xfs_ino_t inum,
45 struct xfs_name *name, xfs_ino_t *inum,
46 struct xfs_name *ci_name);
48 struct xfs_name *name, xfs_ino_t ino,
51 struct xfs_name *name, xfs_ino_t inum,
54 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()
246 struct xfs_name *name, in xfs_dir_createname()
342 struct xfs_name *name, in xfs_dir_lookup()
344 struct xfs_name *ci_name) /* out: actual name if CI match */ in xfs_dir_lookup()
420 struct xfs_name *name, in xfs_dir_removename()
478 struct xfs_name *name, /* name of entry to replace */ in xfs_dir_replace()
539 struct xfs_name *name) /* name of entry to add */ in xfs_dir_canenter()
731 struct xfs_name *name) in xfs_dir2_hashname()
Dxfs_dir2_priv.h43 xfs_dahash_t xfs_ascii_ci_hashname(struct xfs_name *name);
203 xfs_dahash_t xfs_dir2_hashname(struct xfs_mount *mp, struct xfs_name *name);
Dxfs_types.h133 struct xfs_name { struct
Dxfs_dir2_data.c115 struct xfs_name name; in __xfs_dir3_data_check()
Dxfs_dir2_block.c1095 struct xfs_name name; in xfs_dir2_sf_to_block()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_inode.h370 int xfs_lookup(struct xfs_inode *dp, struct xfs_name *name,
371 struct xfs_inode **ipp, struct xfs_name *ci_name);
372 int xfs_create(struct xfs_inode *dp, struct xfs_name *name,
376 int xfs_remove(struct xfs_inode *dp, struct xfs_name *name,
379 struct xfs_name *target_name);
380 int xfs_rename(struct xfs_inode *src_dp, struct xfs_name *src_name,
382 struct xfs_name *target_name,
Dxfs_iops.c87 struct xfs_name *namep, in xfs_dentry_to_name()
97 struct xfs_name *namep, in xfs_dentry_mode_to_name()
117 struct xfs_name teardown; in xfs_cleanup_inode()
140 struct xfs_name name; in xfs_generic_create()
260 struct xfs_name name; in xfs_vn_lookup()
284 struct xfs_name xname; in xfs_vn_ci_lookup()
285 struct xfs_name ci_name; in xfs_vn_ci_lookup()
324 struct xfs_name name; in xfs_vn_link()
345 struct xfs_name name; in xfs_vn_unlink()
372 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.c671 struct xfs_name *name, in xfs_lookup()
673 struct xfs_name *ci_name) in xfs_lookup()
1112 struct xfs_name *name, in xfs_create()
1360 struct xfs_name *target_name) in xfs_link()
2818 struct xfs_name *name, in xfs_remove()
3007 struct xfs_name *name1, in xfs_cross_rename()
3010 struct xfs_name *name2, in xfs_cross_rename()
3146 struct xfs_name *src_name, in xfs_rename()
3149 struct xfs_name *target_name, in xfs_rename()
Dxfs_symlink.c138 struct xfs_name *link_name, in xfs_symlink()
Dxfs_trace.h797 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name),
820 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), \
830 struct xfs_name *src_name, struct xfs_name *target_name),
/kernel/linux/linux-5.10/fs/xfs/scrub/
Ddir.c105 struct xfs_name xname; in xchk_dir_actor()