Searched refs:component_name (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_dtree.h | 256 extern int dtSearch(struct inode *ip, struct component_name * key, 259 extern int dtInsert(tid_t tid, struct inode *ip, struct component_name * key, 262 extern int dtDelete(tid_t tid, struct inode *ip, struct component_name * key, 265 extern int dtModify(tid_t tid, struct inode *ip, struct component_name * key,
|
D | namei.c | 82 struct component_name dname; /* child directory name */ in jfs_create() 214 struct component_name dname; /* child directory name */ in jfs_mkdir() 351 struct component_name dname; in jfs_rmdir() 481 struct component_name dname; /* object name */ in jfs_unlink() 804 struct component_name dname; in jfs_link() 890 struct component_name dname; in jfs_symlink() 1080 struct component_name new_dname; in jfs_rename() 1082 struct component_name old_dname; in jfs_rename() 1365 struct component_name dname; in jfs_mknod() 1459 struct component_name key; in jfs_lookup()
|
D | jfs_dtree.c | 119 struct component_name *key; 174 static int dtCompare(struct component_name * key, dtpage_t * p, int si); 176 static int ciCompare(struct component_name * key, dtpage_t * p, int si, 179 static void dtGetKey(dtpage_t * p, int i, struct component_name * key, 183 int ri, struct component_name * key, int flag); 185 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key, 580 int dtSearch(struct inode *ip, struct component_name * key, ino_t * data, in dtSearch() 594 struct component_name ciKey; in dtSearch() 823 struct component_name * name, ino_t * fsn, struct btstack * btstack) in dtInsert() 949 struct component_name key = { 0, NULL }; in dtSplitUp() [all …]
|
D | jfs_unicode.c | 115 int get_UCSname(struct component_name * uniName, struct dentry *dentry) in get_UCSname()
|
D | jfs_unicode.h | 34 extern int get_UCSname(struct component_name *, struct dentry *);
|
D | jfs_types.h | 135 struct component_name { struct
|
/Linux-v4.19/sound/soc/ |
D | soc-core.c | 325 const char *component_name = rtdcom->component->driver->name; in snd_soc_rtdcom_lookup() local 327 if (!component_name) in snd_soc_rtdcom_lookup() 330 if ((component_name == driver_name) || in snd_soc_rtdcom_lookup() 331 strcmp(component_name, driver_name) == 0) in snd_soc_rtdcom_lookup()
|
/Linux-v4.19/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 129 "device_name:channel_name:component_name:link_name[.param]"
|