Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
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 in do_id_store()
1449 struct dax_id *dax_id, *_id; dax_driver_unregister() local
[all...]
/kernel/linux/linux-6.6/drivers/dax/
H A Dbus.c16 struct dax_id { struct
35 static struct dax_id *__dax_match_id(struct dax_device_driver *dax_drv, in __dax_match_id()
38 struct dax_id *dax_id; in __dax_match_id() local
42 list_for_each_entry(dax_id, &dax_drv->ids, list) in __dax_match_id()
43 if (sysfs_streq(dax_id->dev_name, dev_name)) in __dax_match_id()
44 return dax_id; in __dax_match_id()
89 struct dax_id *dax_id; in do_id_store() local
101 dax_id in do_id_store()
1467 struct dax_id *dax_id, *_id; dax_driver_unregister() local
[all...]

Completed in 4 milliseconds