Searched refs:dm_put (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/md/
H A Ddm-sysfs.c39 dm_put(md);
64 dm_put(md);
H A Ddm-ioctl.c204 dm_put(md);
279 dm_put(hc->md);
289 dm_put(hc->md);
330 dm_put(hc->md);
356 dm_put(md);
370 dm_put(md);
457 dm_put(hc->md);
482 dm_put(hc->md);
897 dm_put(md);
906 dm_put(m
[all...]
H A Ddm-verity-loadpin.c83 dm_put(md);
H A Ddm-rq.c141 * the md may be freed in dm_put() at the end of this function.
142 * Or do dm_get() before calling this function and dm_put() later.
147 * dm_put() must be at the end of this function. See the comment above
149 dm_put(md);
H A Ddm.c351 dm_put(md);
2542 void dm_put(struct mapped_device *md) function
2546 EXPORT_SYMBOL_GPL(dm_put); variable
H A Ddm-thin.c4311 dm_put(pool_md);
4320 dm_put(pool_md);
H A Ddm-snap.c2276 dm_put(origin_md);
/linux-master/include/linux/
H A Ddevice-mapper.h457 * Drop the reference with dm_put when you finish with the object.
473 void dm_put(struct mapped_device *md);

Completed in 173 milliseconds