Searched refs:xfs_name (Results 1 – 13 of 13) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2.h | 24 extern const struct xfs_name xfs_name_dotdot; 42 const struct xfs_name *name, xfs_ino_t inum, 45 const struct xfs_name *name, xfs_ino_t *inum, 46 struct xfs_name *ci_name); 48 struct xfs_name *name, xfs_ino_t ino, 51 const struct xfs_name *name, xfs_ino_t inum, 54 struct xfs_name *name);
|
D | xfs_dir2.c | 22 const struct xfs_name xfs_name_dotdot = { 61 const struct xfs_name *name) in xfs_ascii_ci_hashname() 258 const struct xfs_name *name, in xfs_dir_createname() 354 const struct xfs_name *name, in xfs_dir_lookup() 356 struct xfs_name *ci_name) /* out: actual name if CI match */ in xfs_dir_lookup() 432 struct xfs_name *name, in xfs_dir_removename() 490 const struct xfs_name *name, /* name of entry to replace */ in xfs_dir_replace() 551 struct xfs_name *name) /* name of entry to add */ in xfs_dir_canenter() 753 const struct xfs_name *name) in xfs_dir2_hashname()
|
D | xfs_dir2_priv.h | 43 xfs_dahash_t xfs_ascii_ci_hashname(const struct xfs_name *name); 205 const struct xfs_name *name);
|
D | xfs_types.h | 131 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()
|
/fs/xfs/ |
D | xfs_inode.h | 474 int xfs_lookup(struct xfs_inode *dp, const struct xfs_name *name, 475 struct xfs_inode **ipp, struct xfs_name *ci_name); 477 struct xfs_inode *dp, struct xfs_name *name, 483 int xfs_remove(struct xfs_inode *dp, struct xfs_name *name, 486 struct xfs_name *target_name); 488 struct xfs_inode *src_dp, struct xfs_name *src_name, 490 struct xfs_name *target_name,
|
D | xfs_iops.c | 90 struct xfs_name *namep, in xfs_dentry_to_name() 100 struct xfs_name *namep, in xfs_dentry_mode_to_name() 120 struct xfs_name teardown; in xfs_cleanup_inode() 175 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 | 653 const struct xfs_name *name, in xfs_lookup() 655 struct xfs_name *ci_name) in xfs_lookup() 951 struct xfs_name *name, in xfs_create() 1201 struct xfs_name *target_name) in xfs_link() 2406 struct xfs_name *name, in xfs_remove() 2602 struct xfs_name *name1, in xfs_cross_rename() 2605 struct xfs_name *name2, in xfs_cross_rename() 2713 struct xfs_name *src_name, in xfs_rename_alloc_whiteout() 2755 struct xfs_name *src_name, in xfs_rename() 2758 struct xfs_name *target_name, in xfs_rename()
|
D | xfs_symlink.c | 149 struct xfs_name *link_name, in xfs_symlink()
|
D | xfs_trace.h | 943 TP_PROTO(struct xfs_inode *dp, const struct xfs_name *name), 966 TP_PROTO(struct xfs_inode *dp, const struct xfs_name *name), \ 976 struct xfs_name *src_name, struct xfs_name *target_name),
|
/fs/xfs/scrub/ |
D | dir.c | 114 struct xfs_name xname; in xchk_dir_actor()
|