OS filesystem utility functions. More...
Functions | |
uint64_t | spdk_fd_get_size (int fd) |
Get the file size. | |
uint32_t | spdk_fd_get_blocklen (int fd) |
Get the block size of the file. | |
OS filesystem utility functions.
uint32_t spdk_fd_get_blocklen | ( | int | fd | ) |
Get the block size of the file.
fd | File descriptor. |
uint64_t spdk_fd_get_size | ( | int | fd | ) |
Get the file size.
fd | File descriptor. |