Searched refs:dax_id (Results 1 – 1 of 1) sorted by relevance
28 struct dax_id { struct44 static struct dax_id *__dax_match_id(const struct dax_device_driver *dax_drv, in __dax_match_id() argument47 struct dax_id *dax_id; in __dax_match_id() local51 list_for_each_entry(dax_id, &dax_drv->ids, list) in __dax_match_id()52 if (sysfs_streq(dax_id->dev_name, dev_name)) in __dax_match_id()53 return dax_id; in __dax_match_id()98 struct dax_id *dax_id; in do_id_store() local110 dax_id = __dax_match_id(dax_drv, buf); in do_id_store()111 if (!dax_id) { in do_id_store()113 dax_id = kzalloc(sizeof(*dax_id), GFP_KERNEL); in do_id_store()[all …]