dm.h (473c36dfeecf4e49db928f3284b2fbe981f8c284) | dm.h (9974fa2c6a7d470ca3c201fe7dbac64bf4dd8d2a) |
---|---|
1/* 2 * Internal header file for device mapper 3 * 4 * Copyright (C) 2001, 2002 Sistina Software 5 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 6 * 7 * This file is released under the LGPL. 8 */ --- 174 unchanged lines hidden (view full) --- 183 */ 184void dm_destroy(struct mapped_device *md); 185void dm_destroy_immediate(struct mapped_device *md); 186int dm_open_count(struct mapped_device *md); 187int dm_lock_for_deletion(struct mapped_device *md, bool mark_deferred, bool only_deferred); 188int dm_cancel_deferred_remove(struct mapped_device *md); 189int dm_request_based(struct mapped_device *md); 190sector_t dm_get_size(struct mapped_device *md); | 1/* 2 * Internal header file for device mapper 3 * 4 * Copyright (C) 2001, 2002 Sistina Software 5 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 6 * 7 * This file is released under the LGPL. 8 */ --- 174 unchanged lines hidden (view full) --- 183 */ 184void dm_destroy(struct mapped_device *md); 185void dm_destroy_immediate(struct mapped_device *md); 186int dm_open_count(struct mapped_device *md); 187int dm_lock_for_deletion(struct mapped_device *md, bool mark_deferred, bool only_deferred); 188int dm_cancel_deferred_remove(struct mapped_device *md); 189int dm_request_based(struct mapped_device *md); 190sector_t dm_get_size(struct mapped_device *md); |
191struct request_queue *dm_get_md_queue(struct mapped_device *md); |
|
191struct dm_stats *dm_get_stats(struct mapped_device *md); 192 193int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action, 194 unsigned cookie); 195 196void dm_internal_suspend(struct mapped_device *md); 197void dm_internal_resume(struct mapped_device *md); 198 --- 24 unchanged lines hidden --- | 192struct dm_stats *dm_get_stats(struct mapped_device *md); 193 194int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action, 195 unsigned cookie); 196 197void dm_internal_suspend(struct mapped_device *md); 198void dm_internal_resume(struct mapped_device *md); 199 --- 24 unchanged lines hidden --- |