|
Coda Distributed File System
|
#include <sys/types.h>#include <stdarg.h>#include <stdio.h>#include "coda_string.h"#include <unistd.h>#include <stdlib.h>#include <lwp/lwp.h>#include <lwp/lock.h>#include <util.h>#include <rvmlib.h>#include <codadir.h>#include <vice.h>#include "cvnode.h"#include "volume.h"
Functions | |
| int | VN_DCommit (Vnode *vnp) |
| int | VN_DAbort (Vnode *vnp) |
| PDirHandle | VN_SetDirHandle (struct Vnode *vn) |
| void | VN_PutDirHandle (struct Vnode *vn) |
| void | VN_DropDirHandle (struct Vnode *vn) |
| void | VN_CopyOnWrite (struct Vnode *vn) |
| void VN_CopyOnWrite | ( | struct Vnode * | vn | ) |
| int VN_DAbort | ( | Vnode * | vnp | ) |
| int VN_DCommit | ( | Vnode * | vnp | ) |
| void VN_DropDirHandle | ( | struct Vnode * | vn | ) |
| void VN_PutDirHandle | ( | struct Vnode * | vn | ) |
| PDirHandle VN_SetDirHandle | ( | struct Vnode * | vn | ) |