file operation functions More...
Functions | |
void * | spdk_posix_file_load (FILE *file, size_t *size) |
Load the input file content into a data buffer. More... | |
file operation functions
void* spdk_posix_file_load | ( | FILE * | file, |
size_t * | size | ||
) |
Load the input file content into a data buffer.
file | File handle. |
size | Size of bytes read from the file. |