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

Public Attributes | |
| list_entry_t | links |
| rw_lock_t | tid_lock |
| struct timeval | uname |
| struct timeval | commit_stamp |
| log_t * | log |
| rvm_offset_t | log_size |
| tree_root_t | range_tree |
| range_t ** | x_ranges |
| long | x_ranges_alloc |
| long | x_ranges_len |
| rvm_length_t | range_elim |
| rvm_length_t | trans_elim |
| rvm_offset_t | range_overlap |
| rvm_offset_t | trans_overlap |
| rvm_length_t | n_coalesced |
| range_t | split_range |
| rvm_length_t | flags |
| rvm_length_t | back_link |
| rvm_length_t int_tid_t::back_link |
| struct timeval int_tid_t::commit_stamp |
| rvm_length_t int_tid_t::flags |
| list_entry_t int_tid_t::links |
| log_t* int_tid_t::log |
| rvm_offset_t int_tid_t::log_size |
| rvm_length_t int_tid_t::n_coalesced |
| rvm_length_t int_tid_t::range_elim |
| rvm_offset_t int_tid_t::range_overlap |
| tree_root_t int_tid_t::range_tree |
| range_t int_tid_t::split_range |
| rw_lock_t int_tid_t::tid_lock |
| rvm_length_t int_tid_t::trans_elim |
| rvm_offset_t int_tid_t::trans_overlap |
| struct timeval int_tid_t::uname |
| range_t** int_tid_t::x_ranges |
| long int_tid_t::x_ranges_alloc |
| long int_tid_t::x_ranges_len |