Searched refs:dax_id (Results 1 – 1 of 1) sorted by relevance
16 struct dax_id { struct38 struct dax_id *dax_id; in __dax_match_id() local44 return dax_id; in __dax_match_id()89 struct dax_id *dax_id; in do_id_store() local102 if (!dax_id) { in do_id_store()104 dax_id = kzalloc(sizeof(*dax_id), GFP_KERNEL); in do_id_store()105 if (dax_id) { in do_id_store()112 list_del(&dax_id->list); in do_id_store()113 kfree(dax_id); in do_id_store()1467 struct dax_id *dax_id, *_id; in dax_driver_unregister() local[all …]