ReactOS 0.4.15-dev-8058-ga7cbb60
__nfs41_lock_args Struct Reference

#include <nfs41_ops.h>

Collaboration diagram for __nfs41_lock_args:

Public Attributes

uint32_t locktype
 
bool_t reclaim
 
uint64_t offset
 
uint64_t length
 
locker4 locker
 

Detailed Description

Definition at line 427 of file nfs41_ops.h.

Member Data Documentation

◆ length

uint64_t __nfs41_lock_args::length

Definition at line 431 of file nfs41_ops.h.

Referenced by nfs41_lock().

◆ locker

locker4 __nfs41_lock_args::locker

Definition at line 432 of file nfs41_ops.h.

Referenced by nfs41_lock().

◆ locktype

uint32_t __nfs41_lock_args::locktype

Definition at line 428 of file nfs41_ops.h.

Referenced by nfs41_lock().

◆ offset

uint64_t __nfs41_lock_args::offset

Definition at line 430 of file nfs41_ops.h.

Referenced by nfs41_lock().

◆ reclaim

bool_t __nfs41_lock_args::reclaim

Definition at line 429 of file nfs41_ops.h.

Referenced by nfs41_lock().


The documentation for this struct was generated from the following file: