Searched refs:dax_id (Results 1 – 1 of 1) sorted by relevance
28 struct dax_id { struct47 struct dax_id *dax_id; in __dax_match_id() local53 return dax_id; in __dax_match_id()98 struct dax_id *dax_id; in do_id_store() local111 if (!dax_id) { in do_id_store()113 dax_id = kzalloc(sizeof(*dax_id), GFP_KERNEL); in do_id_store()114 if (dax_id) { in do_id_store()121 list_del(&dax_id->list); in do_id_store()122 kfree(dax_id); in do_id_store()1573 struct dax_id *dax_id, *_id; in dax_driver_unregister() local[all …]