Searched refs:xfs_name (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/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() 433 struct xfs_name *name, in xfs_dir_removename() 495 struct xfs_name *name, /* name of entry to replace */ in xfs_dir_replace() 560 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 | 62 struct xfs_name name; in __xfs_dir3_data_check()
|
D | xfs_dir2_block.c | 1068 struct xfs_name name; in xfs_dir2_sf_to_block()
|
D | xfs_da_btree.c | 1984 struct xfs_name *name) in xfs_default_hashname()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_inode.h | 343 int xfs_lookup(struct xfs_inode *dp, struct xfs_name *name, 344 struct xfs_inode **ipp, struct xfs_name *ci_name); 345 int xfs_create(struct xfs_inode *dp, struct xfs_name *name, 349 int xfs_remove(struct xfs_inode *dp, struct xfs_name *name, 352 struct xfs_name *target_name); 353 int xfs_rename(struct xfs_inode *src_dp, struct xfs_name *src_name, 355 struct xfs_name *target_name,
|
D | xfs_iops.c | 100 struct xfs_name *namep, in xfs_dentry_to_name() 115 struct xfs_name teardown; in xfs_cleanup_inode() 138 struct xfs_name name; in xfs_generic_create() 243 struct xfs_name name; in xfs_vn_lookup() 268 struct xfs_name xname; in xfs_vn_ci_lookup() 269 struct xfs_name ci_name; in xfs_vn_ci_lookup() 308 struct xfs_name name; in xfs_vn_link() 327 struct xfs_name name; in xfs_vn_unlink() 354 struct xfs_name name; in xfs_vn_symlink() 394 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 | 626 struct xfs_name *name, in xfs_lookup() 628 struct xfs_name *ci_name) in xfs_lookup() 1117 struct xfs_name *name, in xfs_create() 1423 struct xfs_name *target_name) in xfs_link() 2530 struct xfs_name *name, in xfs_remove() 2749 struct xfs_name *name1, in xfs_cross_rename() 2752 struct xfs_name *name2, in xfs_cross_rename() 2902 struct xfs_name *src_name, in xfs_rename() 2905 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 | 752 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), 775 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), \ 785 struct xfs_name *src_name, struct xfs_name *target_name),
|