Coda Distributed File System
Public Attributes | List of all members
int_tid_t Struct Reference

#include <rvm_private.h>

Collaboration diagram for int_tid_t:
Collaboration graph
[legend]

Public Attributes

list_entry_t links
 
rw_lock_t tid_lock
 
struct timeval uname
 
struct timeval commit_stamp
 
log_tlog
 
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
 

Member Data Documentation

◆ back_link

rvm_length_t int_tid_t::back_link

◆ commit_stamp

struct timeval int_tid_t::commit_stamp

◆ flags

rvm_length_t int_tid_t::flags

◆ links

list_entry_t int_tid_t::links

◆ log

log_t* int_tid_t::log

◆ log_size

rvm_offset_t int_tid_t::log_size

◆ n_coalesced

rvm_length_t int_tid_t::n_coalesced

◆ range_elim

rvm_length_t int_tid_t::range_elim

◆ range_overlap

rvm_offset_t int_tid_t::range_overlap

◆ range_tree

tree_root_t int_tid_t::range_tree

◆ split_range

range_t int_tid_t::split_range

◆ tid_lock

rw_lock_t int_tid_t::tid_lock

◆ trans_elim

rvm_length_t int_tid_t::trans_elim

◆ trans_overlap

rvm_offset_t int_tid_t::trans_overlap

◆ uname

struct timeval int_tid_t::uname

◆ x_ranges

range_t** int_tid_t::x_ranges

◆ x_ranges_alloc

long int_tid_t::x_ranges_alloc

◆ x_ranges_len

long int_tid_t::x_ranges_len

The documentation for this struct was generated from the following file: