Home
last modified time | relevance | path

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

/Linux-v5.15/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);
204 xfs_dahash_t xfs_dir2_hashname(struct xfs_mount *mp, struct xfs_name *name);
Dxfs_types.h138 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()
/Linux-v5.15/fs/xfs/
Dxfs_inode.h406 int xfs_lookup(struct xfs_inode *dp, struct xfs_name *name,
407 struct xfs_inode **ipp, struct xfs_name *ci_name);
409 struct xfs_inode *dp, struct xfs_name *name,
415 int xfs_remove(struct xfs_inode *dp, struct xfs_name *name,
418 struct xfs_name *target_name);
420 struct xfs_inode *src_dp, struct xfs_name *src_name,
422 struct xfs_name *target_name,
Dxfs_iops.c88 struct xfs_name *namep, in xfs_dentry_to_name()
98 struct xfs_name *namep, in xfs_dentry_mode_to_name()
118 struct xfs_name teardown; in xfs_cleanup_inode()
173 struct xfs_name name; in xfs_generic_create()
297 struct xfs_name name; in xfs_vn_lookup()
321 struct xfs_name xname; in xfs_vn_ci_lookup()
322 struct xfs_name ci_name; in xfs_vn_ci_lookup()
361 struct xfs_name name; in xfs_vn_link()
382 struct xfs_name name; in xfs_vn_unlink()
410 struct xfs_name name; in xfs_vn_symlink()
[all …]
Dxfs_symlink.h11 struct xfs_name *link_name, const char *target_path,
Dxfs_inode.c668 struct xfs_name *name, in xfs_lookup()
670 struct xfs_name *ci_name) in xfs_lookup()
967 struct xfs_name *name, in xfs_create()
1222 struct xfs_name *target_name) in xfs_link()
2758 struct xfs_name *name, in xfs_remove()
2960 struct xfs_name *name1, in xfs_cross_rename()
2963 struct xfs_name *name2, in xfs_cross_rename()
3102 struct xfs_name *src_name, in xfs_rename()
3105 struct xfs_name *target_name, in xfs_rename()
Dxfs_symlink.c140 struct xfs_name *link_name, in xfs_symlink()
Dxfs_trace.h936 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name),
959 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), \
969 struct xfs_name *src_name, struct xfs_name *target_name),
/Linux-v5.15/fs/xfs/scrub/
Ddir.c114 struct xfs_name xname; in xchk_dir_actor()