Searched refs:xfs_name (Results 1 – 13 of 13) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2.h | 32 extern struct xfs_name xfs_name_dotdot; 130 struct xfs_name *name, xfs_ino_t inum, 134 struct xfs_name *name, xfs_ino_t *inum, 135 struct xfs_name *ci_name); 137 struct xfs_name *name, xfs_ino_t ino, 141 struct xfs_name *name, xfs_ino_t inum, 145 struct xfs_name *name);
|
D | xfs_dir2.c | 35 struct xfs_name xfs_name_dotdot = { (unsigned char *)"..", 2, XFS_DIR3_FT_DIR }; 60 struct xfs_name *name) in xfs_ascii_ci_hashname() 259 struct xfs_name *name, in xfs_dir_createname() 358 struct xfs_name *name, in xfs_dir_lookup() 360 struct xfs_name *ci_name) /* out: actual name if CI match */ in xfs_dir_lookup() 436 struct xfs_name *name, in xfs_dir_removename() 498 struct xfs_name *name, /* name of entry to replace */ in xfs_dir_replace() 563 struct xfs_name *name) /* name of entry to add */ in xfs_dir_canenter()
|
D | xfs_types.h | 115 struct xfs_name { struct
|
D | xfs_da_btree.h | 152 xfs_dahash_t (*hashname)(struct xfs_name *);
|
D | xfs_dir2_data.c | 63 struct xfs_name name; in __xfs_dir3_data_check()
|
D | xfs_dir2_block.c | 1072 struct xfs_name name; in xfs_dir2_sf_to_block()
|
D | xfs_da_btree.c | 1995 struct xfs_name *name) in xfs_default_hashname()
|
/fs/xfs/ |
D | xfs_inode.h | 377 int xfs_lookup(struct xfs_inode *dp, struct xfs_name *name, 378 struct xfs_inode **ipp, struct xfs_name *ci_name); 379 int xfs_create(struct xfs_inode *dp, struct xfs_name *name, 383 int xfs_remove(struct xfs_inode *dp, struct xfs_name *name, 386 struct xfs_name *target_name); 387 int xfs_rename(struct xfs_inode *src_dp, struct xfs_name *src_name, 389 struct xfs_name *target_name,
|
D | xfs_iops.c | 99 struct xfs_name *namep, in xfs_dentry_to_name() 114 struct xfs_name teardown; in xfs_cleanup_inode() 137 struct xfs_name name; in xfs_generic_create() 242 struct xfs_name name; in xfs_vn_lookup() 267 struct xfs_name xname; in xfs_vn_ci_lookup() 268 struct xfs_name ci_name; in xfs_vn_ci_lookup() 307 struct xfs_name name; in xfs_vn_link() 326 struct xfs_name name; in xfs_vn_unlink() 353 struct xfs_name name; in xfs_vn_symlink() 393 struct xfs_name oname; in xfs_vn_rename() [all …]
|
D | xfs_symlink.h | 22 int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name,
|
D | xfs_inode.c | 678 struct xfs_name *name, in xfs_lookup() 680 struct xfs_name *ci_name) in xfs_lookup() 1133 struct xfs_name *name, in xfs_create() 1423 struct xfs_name *target_name) in xfs_link() 2517 struct xfs_name *name, in xfs_remove() 2733 struct xfs_name *name1, in xfs_cross_rename() 2736 struct xfs_name *name2, in xfs_cross_rename() 2886 struct xfs_name *src_name, in xfs_rename() 2889 struct xfs_name *target_name, in xfs_rename()
|
D | xfs_symlink.c | 168 struct xfs_name *link_name, in xfs_symlink()
|
D | xfs_trace.h | 801 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), 824 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), \ 834 struct xfs_name *src_name, struct xfs_name *target_name),
|