Searched refs:xfs_name (Results 1 – 15 of 15) sorted by relevance
/fs/xfs/ |
D | xfs_dir2.h | 27 extern struct xfs_name xfs_name_dotdot; 38 struct xfs_name *name, xfs_ino_t inum, 42 struct xfs_name *name, xfs_ino_t *inum, 43 struct xfs_name *ci_name); 45 struct xfs_name *name, xfs_ino_t ino, 49 struct xfs_name *name, xfs_ino_t inum, 53 struct xfs_name *name, uint resblks);
|
D | xfs_vnodeops.h | 26 int xfs_lookup(struct xfs_inode *dp, struct xfs_name *name, 27 struct xfs_inode **ipp, struct xfs_name *ci_name); 28 int xfs_create(struct xfs_inode *dp, struct xfs_name *name, umode_t mode, 30 int xfs_remove(struct xfs_inode *dp, struct xfs_name *name, 33 struct xfs_name *target_name); 36 int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name, 41 int xfs_rename(struct xfs_inode *src_dp, struct xfs_name *src_name, 43 struct xfs_name *target_name, struct xfs_inode *target_ip);
|
D | xfs_dir2.c | 41 struct xfs_name xfs_name_dotdot = { (unsigned char *)"..", 2}; 49 struct xfs_name *name) in xfs_ascii_ci_hashname() 194 struct xfs_name *name, in xfs_dir_createname() 272 struct xfs_name *name, in xfs_dir_lookup() 274 struct xfs_name *ci_name) /* out: actual name if CI match */ in xfs_dir_lookup() 325 struct xfs_name *name, in xfs_dir_removename() 406 struct xfs_name *name, /* name of entry to replace */ in xfs_dir_replace() 456 struct xfs_name *name, /* name of entry to add */ in xfs_dir_canenter()
|
D | xfs_symlink.h | 25 struct xfs_name; 60 int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name,
|
D | xfs_iops.c | 89 struct xfs_name *namep, in xfs_dentry_to_name() 102 struct xfs_name teardown; in xfs_cleanup_inode() 125 struct xfs_name name; in xfs_vn_mknod() 204 struct xfs_name name; in xfs_vn_lookup() 229 struct xfs_name xname; in xfs_vn_ci_lookup() 230 struct xfs_name ci_name; in xfs_vn_ci_lookup() 269 struct xfs_name name; in xfs_vn_link() 288 struct xfs_name name; in xfs_vn_unlink() 315 struct xfs_name name; in xfs_vn_symlink() 350 struct xfs_name oname; in xfs_vn_rename() [all …]
|
D | xfs_rename.c | 96 struct xfs_name *src_name, in xfs_rename() 99 struct xfs_name *target_name, in xfs_rename()
|
D | xfs_attr.c | 80 struct xfs_name *xname, in xfs_attr_name_to_xname() 111 struct xfs_name *name, in xfs_attr_get_int() 165 struct xfs_name xname; in xfs_attr_get() 225 struct xfs_name *name, in xfs_attr_set_int() 445 struct xfs_name xname; in xfs_attr_set() 464 xfs_attr_remove_int(xfs_inode_t *dp, struct xfs_name *name, int flags) in xfs_attr_remove_int() 593 struct xfs_name xname; in xfs_attr_remove()
|
D | xfs_types.h | 169 struct xfs_name { struct
|
D | xfs_vnodeops.c | 446 struct xfs_name *name, in xfs_lookup() 448 struct xfs_name *ci_name) in xfs_lookup() 483 struct xfs_name *name, in xfs_create() 858 struct xfs_name *name, in xfs_remove() 1023 struct xfs_name *target_name) in xfs_link()
|
D | xfs_da_btree.h | 265 xfs_dahash_t (*hashname)(struct xfs_name *);
|
D | xfs_trace.h | 657 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), 680 TP_PROTO(struct xfs_inode *dp, struct xfs_name *name), \ 690 struct xfs_name *src_name, struct xfs_name *target_name),
|
D | xfs_symlink.c | 336 struct xfs_name *link_name, in xfs_symlink()
|
D | xfs_dir2_data.c | 67 struct xfs_name name; in __xfs_dir3_data_check()
|
D | xfs_dir2_block.c | 1169 struct xfs_name name; in xfs_dir2_sf_to_block()
|
D | xfs_da_btree.c | 2018 struct xfs_name *name) in xfs_default_hashname()
|