#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
Go to the source code of this file.
Compounds | |
struct | fio_iovec |
Defines | |
#define | FIO_READ 0x01 |
#define | FIO_WRITE 0x02 |
#define | FIO_SEEK_CUR SEEK_CUR |
#define | FIO_SEEK_SET SEEK_SET |
#define | FIO_SEEK_END SEEK_END |
Typedefs | |
typedef int | fio_fd |
typedef off_t | fio_size_t |
typedef void * | fio_caddr_t |
Functions | |
int | fio_open (const char *filename, int mode, fio_fd *fd) |
int | fio_fclose (fio_fd fd) |
fio_size_t | fio_fread (void *ptr, fio_size_t size, fio_size_t nitems, fio_fd fd) |
fio_size_t | fio_readv (fio_fd fd, const fio_iovec *iov, int iovcnt) |
fio_size_t | fio_fwrite (void *ptr, fio_size_t size, fio_size_t nitems, fio_fd fd) |
fio_size_t | fio_fseek (fio_fd fd, fio_size_t offset, int whence) |
fio_size_t | fio_ftell (fio_fd fd) |
int | fio_write_int32 (fio_fd fd, int i) |
int | fio_read_int32 (fio_fd fd, int *i) |
int | fio_write_str (fio_fd fd, const char *str) |
|
Definition at line 344 of file fastio.h. Referenced by fio_open, open_dcd_read, and open_js_read. |
|
Definition at line 347 of file fastio.h. Referenced by read_charmm_4dim, read_charmm_extrablock, read_dcdheader, read_js_timestep, and skip_dcdstep. |
|
Definition at line 349 of file fastio.h. Referenced by close_js_write, open_dcd_read, and write_dcdstep. |
|
Definition at line 348 of file fastio.h. Referenced by close_js_write, open_dcd_read, and write_dcdstep. |
|
Definition at line 345 of file fastio.h. Referenced by fio_open, open_dcd_write, and open_js_write. |
|
|
|
Definition at line 322 of file fastio.h. Referenced by fio_fclose, fio_fread, fio_fseek, fio_ftell, fio_fwrite, fio_open, fio_read_int32, fio_readv, fio_write_int32, fio_write_str, open_dcd_read, open_dcd_write, read_charmm_4dim, read_charmm_extrablock, read_dcdheader, read_dcdstep, read_fixed_atoms, skip_dcdstep, write_dcdheader, and write_dcdstep. |
|
Definition at line 323 of file fastio.h. Referenced by fio_fread, fio_fseek, fio_ftell, fio_fwrite, fio_readv, open_dcd_read, and read_dcdstep. |
|
Definition at line 370 of file fastio.h. References fio_fd. Referenced by close_file_read, close_file_write, close_js_read, close_js_write, open_dcd_read, open_dcd_write, and open_js_read. |
|
Definition at line 374 of file fastio.h. References fio_fd, and fio_size_t. Referenced by fio_read_int32, open_js_read, read_charmm_4dim, read_charmm_extrablock, and read_fixed_atoms. |
|
Definition at line 426 of file fastio.h. References fio_fd, and fio_size_t. Referenced by close_js_write, open_dcd_read, read_charmm_4dim, read_charmm_extrablock, read_dcdheader, read_js_timestep, skip_dcdstep, and write_dcdstep. |
|
Definition at line 433 of file fastio.h. References fio_fd, and fio_size_t. Referenced by open_dcd_read. |
|
Definition at line 409 of file fastio.h. References fio_fd, and fio_size_t. Referenced by fio_write_int32, fio_write_str, write_dcdstep, and write_js_timestep. |
|
Definition at line 351 of file fastio.h. References fio_fd, FIO_READ, and FIO_WRITE. Referenced by open_dcd_read, open_dcd_write, open_js_read, and open_js_write. |
|
Definition at line 446 of file fastio.h. References fio_fd, and fio_fread. Referenced by open_js_read. |
|
Definition at line 391 of file fastio.h. References fio_fd, fio_size_t, and fio_iovec::iov_len. Referenced by read_dcdstep, and read_js_timestep. |
|
Definition at line 442 of file fastio.h. References fio_fd, and fio_fwrite. Referenced by close_js_write, open_js_write, write_dcdheader, and write_dcdstep. |
|
Definition at line 450 of file fastio.h. References fio_fd, and fio_fwrite. Referenced by open_js_write. |