Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dax/
H A Dbus.c18 struct dax_id { struct
37 static struct dax_id *__dax_match_id(struct dax_device_driver *dax_drv, in __dax_match_id() argument
40 struct dax_id *dax_id; in __dax_match_id() local
44 list_for_each_entry(dax_id, &dax_drv->ids, list) in __dax_match_id()
45 if (sysfs_streq(dax_id->dev_name, dev_name)) in __dax_match_id()
46 return dax_id; in __dax_match_id()
72 struct dax_id *dax_id; in do_id_store() local
84 dax_id = __dax_match_id(dax_drv, buf); in do_id_store()
85 if (!dax_id) { in do_id_store()
87 dax_id = kzalloc(sizeof(*dax_id), GFP_KERNEL); in do_id_store()
[all …]