Searched refs:xfs_name (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/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); 203 xfs_dahash_t xfs_dir2_hashname(struct xfs_mount *mp, struct xfs_name *name);
|
D | xfs_types.h | 133 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()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_inode.h | 370 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,
|
D | xfs_iops.c | 87 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 …]
|
D | xfs_symlink.h | 10 int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name,
|
D | xfs_inode.c | 671 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()
|
D | xfs_symlink.c | 138 struct xfs_name *link_name, in xfs_symlink()
|
D | xfs_trace.h | 797 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/ |
D | dir.c | 105 struct xfs_name xname; in xchk_dir_actor()
|