Searched refs:dax_id (Results 1 – 1 of 1) sorted by relevance
16 struct dax_id { struct35 static struct dax_id *__dax_match_id(struct dax_device_driver *dax_drv, in __dax_match_id() argument38 struct dax_id *dax_id; in __dax_match_id() local42 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()70 struct dax_id *dax_id; in do_id_store() local82 dax_id = __dax_match_id(dax_drv, buf); in do_id_store()83 if (!dax_id) { in do_id_store()85 dax_id = kzalloc(sizeof(*dax_id), GFP_KERNEL); in do_id_store()[all …]