|
Coda Distributed File System
|
#include <rvm_private.h>

Public Attributes | |
| char * | name |
| long | name_len |
| long | handle |
| rvm_offset_t | num_bytes |
| rvm_bool_t | raw_io |
| unsigned long | type |
| rvm_bool_t | read_only |
| struct iovec * | iov |
| long | iov_length |
| long | iov_cnt |
| rvm_length_t | io_length |
| rvm_offset_t | last_position |
| char * | wrt_buf |
| rvm_length_t | wrt_buf_len |
| char * | ptr |
| char * | buf_start |
| char * | buf_end |
| rvm_offset_t | sync_offset |
| char * | pad_buf |
| long | pad_buf_len |
| char* device_t::buf_end |
| char* device_t::buf_start |
| long device_t::handle |
| rvm_length_t device_t::io_length |
| struct iovec* device_t::iov |
| long device_t::iov_cnt |
| long device_t::iov_length |
| rvm_offset_t device_t::last_position |
| char* device_t::name |
| long device_t::name_len |
| rvm_offset_t device_t::num_bytes |
| char* device_t::pad_buf |
| long device_t::pad_buf_len |
| char* device_t::ptr |
| rvm_bool_t device_t::raw_io |
| rvm_bool_t device_t::read_only |
| rvm_offset_t device_t::sync_offset |
| unsigned long device_t::type |
| char* device_t::wrt_buf |
| rvm_length_t device_t::wrt_buf_len |