Coda Distributed File System
|
Public Attributes | |
struct dllist_head | reint_log |
ViceStoreId | sid |
RPC2_Integer | opcode |
Date_t | Mtime |
ViceFid | Fid [3] |
ViceVersionVector | VV [3] |
char * | Name [2] |
union { | |
struct { | |
UserId Owner | |
RPC2_Unsigned Mode | |
} u_create | |
struct { | |
ViceStatus Status | |
UserId Owner | |
RPC2_Unsigned Mode | |
} u_mkdir | |
struct { | |
UserId Owner | |
RPC2_Unsigned Mode | |
} u_symlink | |
struct { | |
ViceFid TgtFid | |
} u_remove | |
struct { | |
ViceFid TgtFid | |
} u_rmdir | |
struct { | |
RPC2_Integer Length | |
ViceFid UntranslatedFid | |
RPC2_Integer Inode | |
} u_store | |
struct { | |
Date_t Date | |
} u_utimes | |
struct { | |
RPC2_Unsigned Mode | |
} u_chmod | |
struct { | |
UserId Owner | |
} u_chown | |
struct { | |
ViceFid SrcFid | |
ViceFid TgtFid | |
} u_rename | |
} | u |
Date_t rle::Date |
ViceFid rle::Fid[3] |
RPC2_Integer rle::Inode |
RPC2_Integer rle::Length |
RPC2_Unsigned rle::Mode |
Date_t rle::Mtime |
char* rle::Name[2] |
RPC2_Integer rle::opcode |
UserId rle::Owner |
struct dllist_head rle::reint_log |
ViceStoreId rle::sid |
ViceFid rle::SrcFid |
ViceStatus rle::Status |
ViceFid rle::TgtFid |
union { ... } rle::u |
struct { ... } rle::u_chmod |
struct { ... } rle::u_chown |
struct { ... } rle::u_create |
struct { ... } rle::u_mkdir |
struct { ... } rle::u_remove |
struct { ... } rle::u_rename |
struct { ... } rle::u_rmdir |
struct { ... } rle::u_store |
struct { ... } rle::u_symlink |
struct { ... } rle::u_utimes |
ViceFid rle::UntranslatedFid |
ViceVersionVector rle::VV[3] |