dm.h (512875bd9661368da6f993205a61213b79ba1df0) | dm.h (69267a30bed1fabec658058c63845528a8b813d4) |
---|---|
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 */ --- 173 unchanged lines hidden (view full) --- 182int dm_stripe_init(void); 183void dm_stripe_exit(void); 184 185void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size); 186union map_info *dm_get_mapinfo(struct bio *bio); 187int dm_open_count(struct mapped_device *md); 188int dm_lock_for_deletion(struct mapped_device *md); 189 | 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 */ --- 173 unchanged lines hidden (view full) --- 182int dm_stripe_init(void); 183void dm_stripe_exit(void); 184 185void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size); 186union map_info *dm_get_mapinfo(struct bio *bio); 187int dm_open_count(struct mapped_device *md); 188int dm_lock_for_deletion(struct mapped_device *md); 189 |
190void dm_kobject_uevent(struct mapped_device *md); 191 |
|
190#endif | 192#endif |