Spdk/lib/bdev/aio
Daniel Verkamp d5dffc0596 bdev: replace off_t offsets with uint64_t
off_t is problematic for use as a file/block offset: it is signed, and
on 32-bit platforms, it can be 32 bits (depending on the settings of
_FILE_OFFSET_BITS and _LARGEFILE_SOURCE).

The blockdev layer already uses uint64_t to represent offsets; replace
the blockdev module uses of off_t in internal functions with uint64_t
to match.

Change-Id: I77a2e594572c56f1cd8a7a080f985ea5b27c35f3
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-09-29 13:13:32 -07:00
..
blockdev_aio_rpc.c bdev: add Linux AIO (libaio) backend 2016-08-05 09:08:23 -07:00
blockdev_aio.c bdev: replace off_t offsets with uint64_t 2016-09-29 13:13:32 -07:00
blockdev_aio.h bdev, copy: move all I/O paths to use I/O channels 2016-09-26 14:02:07 -07:00
Makefile bdev: Separate the module header from the public header 2016-08-26 09:40:06 -07:00