|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <nfs41_ops.h>

Public Attributes | |
| uint32_t | locktype |
| bool_t | reclaim |
| uint64_t | offset |
| uint64_t | length |
| locker4 | locker |
Definition at line 427 of file nfs41_ops.h.
| uint64_t __nfs41_lock_args::length |
Definition at line 431 of file nfs41_ops.h.
Referenced by nfs41_lock().
| locker4 __nfs41_lock_args::locker |
Definition at line 432 of file nfs41_ops.h.
Referenced by nfs41_lock().
| uint32_t __nfs41_lock_args::locktype |
Definition at line 428 of file nfs41_ops.h.
Referenced by nfs41_lock().
| uint64_t __nfs41_lock_args::offset |
Definition at line 430 of file nfs41_ops.h.
Referenced by nfs41_lock().
| bool_t __nfs41_lock_args::reclaim |
Definition at line 429 of file nfs41_ops.h.
Referenced by nfs41_lock().