Spdk/module/bdev/lvol
Derek Su 0168515003 fragmap: implement bdev_lvol_get_fragmap
Get a fragmap for a specific segment of a logical volume using the provided offset and size.
A fragmap is a bitmap that records the allocation status of clusters. A value of "1" indicates
that a cluster is allocated, whereas "0" signifies that a cluster is unallocated.

Longhorn 6138

Signed-off-by: Derek Su <derek.su@suse.com>
2023-09-19 16:23:11 +08:00
..
Makefile so_ver: increase all major versions 2023-01-24 08:37:21 +00:00
vbdev_lvol_rpc.c fragmap: implement bdev_lvol_get_fragmap 2023-09-19 16:23:11 +08:00
vbdev_lvol.c fragmap: implement bdev_lvol_get_fragmap 2023-09-19 16:23:11 +08:00
vbdev_lvol.h fragmap: implement bdev_lvol_get_fragmap 2023-09-19 16:23:11 +08:00