Searched refs:dax_id (Results 1 – 1 of 1) sorted by relevance
17 struct dax_id { struct36 static struct dax_id *__dax_match_id(struct dax_device_driver *dax_drv, in __dax_match_id() argument39 struct dax_id *dax_id; in __dax_match_id() local43 list_for_each_entry(dax_id, &dax_drv->ids, list) in __dax_match_id()44 if (sysfs_streq(dax_id->dev_name, dev_name)) in __dax_match_id()45 return dax_id; in __dax_match_id()71 struct dax_id *dax_id; in do_id_store() local83 dax_id = __dax_match_id(dax_drv, buf); in do_id_store()84 if (!dax_id) { in do_id_store()86 dax_id = kzalloc(sizeof(*dax_id), GFP_KERNEL); in do_id_store()[all …]