Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dir2.h27 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);
Dxfs_vnodeops.h26 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);
Dxfs_dir2.c41 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()
Dxfs_symlink.h25 struct xfs_name;
60 int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name,
Dxfs_iops.c89 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 …]
Dxfs_rename.c96 struct xfs_name *src_name, in xfs_rename()
99 struct xfs_name *target_name, in xfs_rename()
Dxfs_attr.c80 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()
Dxfs_types.h169 struct xfs_name { struct
Dxfs_vnodeops.c446 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()
Dxfs_da_btree.h265 xfs_dahash_t (*hashname)(struct xfs_name *);
Dxfs_trace.h657 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),
Dxfs_symlink.c336 struct xfs_name *link_name, in xfs_symlink()
Dxfs_dir2_data.c67 struct xfs_name name; in __xfs_dir3_data_check()
Dxfs_dir2_block.c1169 struct xfs_name name; in xfs_dir2_sf_to_block()
Dxfs_da_btree.c2018 struct xfs_name *name) in xfs_default_hashname()