Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2.h24 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);
H A Dxfs_dir2.c22 const struct xfs_name xfs_name_dotdot = {
61 const struct xfs_name *name) in xfs_ascii_ci_hashname()
259 const struct xfs_name *name, in xfs_dir_createname()
355 const struct xfs_name *name, in xfs_dir_lookup()
357 struct xfs_name *ci_name) /* out: actual name if CI match */ in xfs_dir_lookup()
433 struct xfs_name *name, in xfs_dir_removename()
491 const struct xfs_name *name, /* name of entry to replace */ in xfs_dir_replace()
552 struct xfs_name *name) /* name of entry to add */ in xfs_dir_canenter()
754 const struct xfs_name *name) in xfs_dir2_hashname()
H A Dxfs_dir2_priv.h43 xfs_dahash_t xfs_ascii_ci_hashname(const struct xfs_name *name);
205 const struct xfs_name *name);
H A Dxfs_types.h132 struct xfs_name { struct
H A Dxfs_dir2_data.c115 struct xfs_name name; in __xfs_dir3_data_check()
H A Dxfs_dir2_block.c1095 struct xfs_name name; in xfs_dir2_sf_to_block()
/openbmc/linux/fs/xfs/scrub/
H A Dreaddir.h10 xfs_dir2_dataptr_t dapos, const struct xfs_name *name,
17 const struct xfs_name *name, xfs_ino_t *ino);
H A Dreaddir.c31 struct xfs_name name = { in xchk_dir_walk_sf()
111 struct xfs_name name = { }; in xchk_dir_walk_block()
200 struct xfs_name name = { }; in xchk_dir_walk_leaf()
316 const struct xfs_name *name, in xchk_dir_lookup()
H A Dparent.c44 const struct xfs_name *name, in xchk_parent_actor()
H A Ddir.c66 const struct xfs_name *name, in xchk_dir_actor()
151 struct xfs_name dname = { }; in xchk_dir_rec()
/openbmc/linux/fs/xfs/
H A Dxfs_inode.h503 int xfs_lookup(struct xfs_inode *dp, const struct xfs_name *name,
504 struct xfs_inode **ipp, struct xfs_name *ci_name);
506 struct xfs_inode *dp, struct xfs_name *name,
512 int xfs_remove(struct xfs_inode *dp, struct xfs_name *name,
515 struct xfs_name *target_name);
517 struct xfs_inode *src_dp, struct xfs_name *src_name,
519 struct xfs_name *target_name,
H A Dxfs_iops.c90 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()
296 struct xfs_name name; in xfs_vn_lookup()
320 struct xfs_name xname; in xfs_vn_ci_lookup()
360 struct xfs_name name; in xfs_vn_link()
381 struct xfs_name name; in xfs_vn_unlink()
409 struct xfs_name name; in xfs_vn_symlink()
455 struct xfs_name oname; in xfs_vn_rename()
[all …]
H A Dxfs_symlink.h11 struct xfs_name *link_name, const char *target_path,
H A Dxfs_dahash_test.c651 struct xfs_name xname = { }; in xfs_dahash_test()
H A Dxfs_inode.c653 const struct xfs_name *name, in xfs_lookup()
655 struct xfs_name *ci_name) in xfs_lookup()
957 struct xfs_name *name, in xfs_create()
1207 struct xfs_name *target_name) in xfs_link()
2515 struct xfs_name *name, in xfs_remove()
2711 struct xfs_name *name1, in xfs_cross_rename()
2714 struct xfs_name *name2, in xfs_cross_rename()
2822 struct xfs_name *src_name, in xfs_rename_alloc_whiteout()
2864 struct xfs_name *src_name, in xfs_rename()
2867 struct xfs_name *target_name, in xfs_rename()
H A Dxfs_symlink.c149 struct xfs_name *link_name, in xfs_symlink()
H A Dxfs_trace.h940 TP_PROTO(struct xfs_inode *dp, const struct xfs_name *name),
963 TP_PROTO(struct xfs_inode *dp, const struct xfs_name *name), \
973 struct xfs_name *src_name, struct xfs_name *target_name),