|
Coda Distributed File System
|

Functions | |
| void | rvmlib_init_threaddata (rvm_perthread_t *rvmptt) |
| rvm_perthread_t * | rvmlib_thread_data (void) |
| void | rvmlib_set_thread_data (void *p) |
| void | _rvmlib_begin_transaction (int restore_mode, const char file[], int line) TRANSACTION_OPTIONAL |
| void | rvmlib_end_transaction (int flush_mode, rvm_return_t *statusp) TRANSACTION_OPTIONAL |
| void | rvmlib_abort (int status) |
| void | rvmlib_set_range (void *base, unsigned long size) |
| void | rvmlib_modify_bytes (void *dest, const void *newval, int len) |
| char * | rvmlib_strdup (const char *src, const char *file, int line) |
| void * | rvmlib_malloc (unsigned long size, const char *file, int line) |
| void | rvmlib_free (void *p, const char *file, int line) |
| void | rvmlib_check_trans (char *where, char *file) |
| int | rvmlib_in_transaction (void) |
Variables | |
| const int | RVM_THREAD_DATA_ROCK_TAG = 2001 |
| rvm_type_t | RvmType = UNSET |
| void _rvmlib_begin_transaction | ( | int | restore_mode, |
| const char | file[], | ||
| int | line | ||
| ) |
| void rvmlib_abort | ( | int | status | ) |
| void rvmlib_check_trans | ( | char * | where, |
| char * | file | ||
| ) |
| void rvmlib_end_transaction | ( | int | flush_mode, |
| rvm_return_t * | statusp | ||
| ) |
|
inline |
| int rvmlib_in_transaction | ( | void | ) |
| void rvmlib_init_threaddata | ( | rvm_perthread_t * | rvmptt | ) |
| void * rvmlib_malloc | ( | unsigned long | size, |
| const char * | file, | ||
| int | line | ||
| ) |
| void rvmlib_modify_bytes | ( | void * | dest, |
| const void * | newval, | ||
| int | len | ||
| ) |
| void rvmlib_set_range | ( | void * | base, |
| unsigned long | size | ||
| ) |
| void rvmlib_set_thread_data | ( | void * | p | ) |
| char * rvmlib_strdup | ( | const char * | src, |
| const char * | file, | ||
| int | line | ||
| ) |
| rvm_perthread_t * rvmlib_thread_data | ( | void | ) |
| const int RVM_THREAD_DATA_ROCK_TAG = 2001 |
| rvm_type_t RvmType = UNSET |