ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <nfs41_ops.h>
Public Attributes | |
bool_t | new_lock_owner |
union { | |
open_to_lock_owner4 open_owner | |
exist_lock_owner4 lock_owner | |
} | u |
Definition at line 417 of file nfs41_ops.h.
exist_lock_owner4 __locker4::lock_owner |
Definition at line 423 of file nfs41_ops.h.
Referenced by nfs41_lock(), and xdr_locker4().
bool_t __locker4::new_lock_owner |
Definition at line 418 of file nfs41_ops.h.
Referenced by nfs41_lock(), and xdr_locker4().
open_to_lock_owner4 __locker4::open_owner |
Definition at line 421 of file nfs41_ops.h.
Referenced by nfs41_lock(), and xdr_locker4().
union { ... } __locker4::u |
Referenced by nfs41_lock(), and xdr_locker4().