Searched refs:dm_thin_id (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | dm-thin-metadata.h | 39 typedef uint64_t dm_thin_id; typedef 61 int dm_pool_create_thin(struct dm_pool_metadata *pmd, dm_thin_id dev); 69 int dm_pool_create_snap(struct dm_pool_metadata *pmd, dm_thin_id dev, 70 dm_thin_id origin); 78 dm_thin_id dev); 128 int dm_pool_open_thin_device(struct dm_pool_metadata *pmd, dm_thin_id dev, 133 dm_thin_id dm_thin_dev_id(struct dm_thin_device *td);
|
D | dm-thin-metadata.c | 207 dm_thin_id id; 903 dm_thin_id dev, int create, in __open_device() 971 dm_thin_id dev) in __create_thin() 1014 int dm_pool_create_thin(struct dm_pool_metadata *pmd, dm_thin_id dev) in dm_pool_create_thin() 1028 dm_thin_id origin, uint32_t time) in __set_snapshot_details() 1048 dm_thin_id dev, dm_thin_id origin) in __create_snap() 1104 dm_thin_id dev, in dm_pool_create_snap() 1105 dm_thin_id origin) in dm_pool_create_snap() 1117 static int __delete_device(struct dm_pool_metadata *pmd, dm_thin_id dev) in __delete_device() 1148 dm_thin_id dev) in dm_pool_delete_thin_device() [all …]
|
D | dm-bio-prison.h | 32 dm_thin_id dev;
|
D | dm-thin.c | 293 dm_thin_id dev_id; 3230 static int read_dev_id(char *arg, dm_thin_id *dev_id, int warning) in read_dev_id() 3244 dm_thin_id dev_id; in process_create_thin_mesg() 3267 dm_thin_id dev_id; in process_create_snap_mesg() 3268 dm_thin_id origin_dev_id; in process_create_snap_mesg() 3295 dm_thin_id dev_id; in process_delete_mesg() 3315 dm_thin_id old_id, new_id; in process_set_transaction_id_mesg()
|