Lines Matching full:underlying
24 struct dm_dev *dev; /* Underlying device to emulate block size on. */
32 …unsigned int u_bs; /* Underlying block size in sectors retrieved from/set on lower layer device. …
34 bool u_bs_set:1; /* Flag to indicate underlying block size is set on table line. */
151 * Partial first underlying block (__nr_blocks() may have in __ebs_discard_bio()
159 /* Partial last underlying block if any. */ in __ebs_discard_bio()
241 * <dev_path>: path of the underlying device
244 * [<ubs>]: underlying block size in units of 512 bytes imposed on the lower layer;
245 * optional, if not supplied, retrieve logical block size from underlying device
285 ti->error = "Invalid underlying block size"; in ebs_ctr()
304 ti->error = "Invalid retrieved underlying block size"; in ebs_ctr()
310 DMINFO("Emulation superfluous: emulated equal to underlying block size"); in ebs_ctr()
313 ti->error = "Device offset must be multiple of underlying block size"; in ebs_ctr()