Home
last modified time | relevance | path

Searched refs:bdev_alignment_offset (Results 1 – 5 of 5) sorted by relevance

/linux/block/
H A Dblk-settings.c1040 int bdev_alignment_offset(struct block_device *bdev) in bdev_alignment_offset() function
1051 EXPORT_SYMBOL_GPL(bdev_alignment_offset);
H A Dioctl.c687 return put_int(argp, bdev_alignment_offset(bdev)); in blkdev_common_ioctl()
/linux/block/partitions/
H A Dcore.c197 return sprintf(buf, "%u\n", bdev_alignment_offset(dev_to_bdev(dev))); in part_alignment_offset_show()
/linux/drivers/target/
H A Dtarget_core_iblock.c1121 ret = bdev_alignment_offset(bd); in iblock_get_alignment_offset_lbas()
/linux/drivers/block/drbd/
H A Ddrbd_main.c922 cpu_to_be32(bdev_alignment_offset(bdev)); in drbd_send_sizes()