| 
    Coda Distributed File System
    
   | 
 

Go to the source code of this file.
Classes | |
| struct | ViceLock | 
Macros | |
| #define | VICELOCKWAIT (30 * 60) /* wait 30 minutes */ | 
| #define | ViceLockCheckLocked(vptr) ((vptr)->lockTime == 0) | 
| #define | ViceLockClear(vptr) ((vptr)->lockCount = (vptr)->lockTime = 0) | 
Typedefs | |
| typedef struct ViceLock | ViceLock | 
| #define ViceLockCheckLocked | ( | vptr | ) | ((vptr)->lockTime == 0) | 
| #define ViceLockClear | ( | vptr | ) | ((vptr)->lockCount = (vptr)->lockTime = 0) | 
| #define VICELOCKWAIT (30 * 60) /* wait 30 minutes */ |