Home
last modified time | relevance | path

Searched refs:dm_thin_id (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/md/
Ddm-thin-metadata.h39 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);
Ddm-thin-metadata.c206 dm_thin_id id;
905 dm_thin_id dev, int create, in __open_device()
973 dm_thin_id dev) in __create_thin()
1016 int dm_pool_create_thin(struct dm_pool_metadata *pmd, dm_thin_id dev) in dm_pool_create_thin()
1030 dm_thin_id origin, uint32_t time) in __set_snapshot_details()
1050 dm_thin_id dev, dm_thin_id origin) in __create_snap()
1106 dm_thin_id dev, in dm_pool_create_snap()
1107 dm_thin_id origin) in dm_pool_create_snap()
1119 static int __delete_device(struct dm_pool_metadata *pmd, dm_thin_id dev) in __delete_device()
1150 dm_thin_id dev) in dm_pool_delete_thin_device()
[all …]
Ddm-bio-prison.h32 dm_thin_id dev;
Ddm-thin.c301 dm_thin_id dev_id;
3473 static int read_dev_id(char *arg, dm_thin_id *dev_id, int warning) in read_dev_id()
3487 dm_thin_id dev_id; in process_create_thin_mesg()
3510 dm_thin_id dev_id; in process_create_snap_mesg()
3511 dm_thin_id origin_dev_id; in process_create_snap_mesg()
3538 dm_thin_id dev_id; in process_delete_mesg()
3558 dm_thin_id old_id, new_id; in process_set_transaction_id_mesg()