Searched refs:xfs_name (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.15/fs/xfs/libxfs/ |
| D | xfs_dir2.h | 24 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);
|
| D | xfs_dir2.c | 22 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()
|
| D | xfs_dir2_priv.h | 43 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);
|
| D | xfs_types.h | 138 struct xfs_name { struct
|
| D | xfs_dir2_data.c | 115 struct xfs_name name; in __xfs_dir3_data_check()
|
| D | xfs_dir2_block.c | 1095 struct xfs_name name; in xfs_dir2_sf_to_block()
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_inode.h | 406 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,
|
| D | xfs_iops.c | 88 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 …]
|
| D | xfs_symlink.h | 11 struct xfs_name *link_name, const char *target_path,
|
| D | xfs_inode.c | 668 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()
|
| D | xfs_symlink.c | 140 struct xfs_name *link_name, in xfs_symlink()
|
| D | xfs_trace.h | 936 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/ |
| D | dir.c | 114 struct xfs_name xname; in xchk_dir_actor()
|