Searched refs:component_name (Results 1 – 6 of 6) sorted by relevance
/linux/fs/jfs/ |
H A D | jfs_dtree.h | 243 extern int dtSearch(struct inode *ip, struct component_name * key, 246 extern int dtInsert(tid_t tid, struct inode *ip, struct component_name * key, 249 extern int dtDelete(tid_t tid, struct inode *ip, struct component_name * key, 252 extern int dtModify(tid_t tid, struct inode *ip, struct component_name * key,
|
H A D | namei.c | 69 struct component_name dname; /* child directory name */ in jfs_create() 202 struct component_name dname; /* child directory name */ in jfs_mkdir() 339 struct component_name dname; in jfs_rmdir() 469 struct component_name dname; /* object name */ in jfs_unlink() 793 struct component_name dname; in jfs_link() 884 struct component_name dname; in jfs_symlink() 1074 struct component_name new_dname; in jfs_rename() 1076 struct component_name old_dname; in jfs_rename() 1360 struct component_name dname; in jfs_mknod() 1454 struct component_name key; in jfs_lookup()
|
H A D | jfs_unicode.h | 14 extern int get_UCSname(struct component_name *, struct dentry *);
|
H A D | jfs_unicode.c | 102 int get_UCSname(struct component_name * uniName, struct dentry *dentry) in get_UCSname()
|
H A D | jfs_types.h | 122 struct component_name { struct
|
/linux/drivers/md/dm-vdo/ |
H A D | encodings.h | 730 const char *component_name);
|