Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2.h32 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);
Dxfs_dir2.c35 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()
Dxfs_types.h115 struct xfs_name { struct
Dxfs_da_btree.h152 xfs_dahash_t (*hashname)(struct xfs_name *);
Dxfs_dir2_data.c62 struct xfs_name name; in __xfs_dir3_data_check()
Dxfs_dir2_block.c1068 struct xfs_name name; in xfs_dir2_sf_to_block()
Dxfs_da_btree.c1984 struct xfs_name *name) in xfs_default_hashname()
/linux-4.1.27/fs/xfs/
Dxfs_inode.h343 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,
Dxfs_iops.c100 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 …]
Dxfs_symlink.h22 int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name,
Dxfs_inode.c626 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()
Dxfs_symlink.c168 struct xfs_name *link_name, in xfs_symlink()
Dxfs_trace.h752 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),