Searched refs:xfs_name (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_dir2.h | 22 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);
|
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() 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()
|
D | xfs_types.h | 134 struct xfs_name { struct
|
D | xfs_da_btree.h | 139 xfs_dahash_t (*hashname)(struct xfs_name *);
|
D | xfs_dir2_data.c | 53 struct xfs_name name; in __xfs_dir3_data_check()
|
D | xfs_dir2_block.c | 1066 struct xfs_name name; in xfs_dir2_sf_to_block()
|
D | xfs_da_btree.c | 2049 struct xfs_name *name) in xfs_default_hashname()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_inode.h | 415 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,
|
D | xfs_iops.c | 79 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 …]
|
D | xfs_symlink.h | 10 int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name,
|
D | xfs_inode.c | 681 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()
|
D | xfs_symlink.c | 147 struct xfs_name *link_name, in xfs_symlink()
|
D | xfs_trace.h | 790 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/ |
D | dir.c | 105 struct xfs_name xname; in xchk_dir_actor()
|