Searched refs:data_dev (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/md/ |
H A D | dm-verity-fec.c | 64 v->data_dev->name, (unsigned long long)rsb, in fec_read_parity() 179 v->data_dev->name, (unsigned long long)rsb, r); in fec_decode_bufs() 182 v->data_dev->name, (unsigned long long)rsb, r); in fec_decode_bufs() 260 v->data_dev->name, in fec_read_bufs() 402 v->data_dev->name, (unsigned long long)rsb, neras); in fec_decode_rsb() 421 DMWARN_LIMIT("%s: FEC: recursion too deep", v->data_dev->name); in verity_fec_decode() 753 f->data_bufio = dm_bufio_client_create(v->data_dev->bdev, in verity_fec_ctr()
|
H A D | dm-thin.c | 237 struct block_device *data_dev; member 328 struct dm_dev *data_dev; member 1335 * IO to pool_dev remaps to the pool target's data_dev. in schedule_copy() 2844 struct block_device *data_bdev = pt->data_dev->bdev; in disable_discard_passdown_if_not_supported() 2851 if (!bdev_max_discard_sectors(pt->data_dev->bdev)) in disable_discard_passdown_if_not_supported() 2938 struct block_device *data_dev, in pool_create() argument 3046 pool->data_dev = data_dev; in pool_create() 3088 struct block_device *data_dev, in __pool_find() argument 3099 if (pool->data_dev ! in __pool_find() 3292 struct dm_dev *data_dev; pool_ctr() local [all...] |
H A D | dm-verity.h | 37 struct dm_dev *data_dev; member
|
H A D | dm-raid.c | 49 * with a different physical device than the data_dev, it 52 * |- meta_dev -|------ data_dev ------| 55 struct dm_dev *data_dev; member 802 if (rs->dev[i].data_dev) in raid_set_free() 803 dm_put_device(rs->ti, rs->dev[i].data_dev); in raid_set_free() 813 * <data_dev>: data device name or '-' if missing 817 * - <data_dev> 818 * <meta_dev> <data_dev> 843 rs->dev[i].data_dev = NULL; in parse_dev_params() 892 &rs->dev[i].data_dev); in parse_dev_params() [all...] |
/linux/Documentation/admin-guide/device-mapper/ |
H A D | thin-provisioning.rst | 105 --table "0 20971520 thin-pool $metadata_dev $data_dev \
|