ReactOS 0.4.15-dev-7924-g5949c20
__nfs41_locku_args Struct Reference

#include <nfs41_ops.h>

Collaboration diagram for __nfs41_locku_args:

Public Attributes

uint32_t locktype
 
uint32_t seqid
 
stateid_arglock_stateid
 
uint64_t offset
 
uint64_t length
 

Detailed Description

Definition at line 475 of file nfs41_ops.h.

Member Data Documentation

◆ length

uint64_t __nfs41_locku_args::length

Definition at line 480 of file nfs41_ops.h.

Referenced by nfs41_unlock().

◆ lock_stateid

stateid_arg* __nfs41_locku_args::lock_stateid

Definition at line 478 of file nfs41_ops.h.

Referenced by nfs41_recover_stateid(), and nfs41_unlock().

◆ locktype

uint32_t __nfs41_locku_args::locktype

Definition at line 476 of file nfs41_ops.h.

Referenced by nfs41_unlock().

◆ offset

uint64_t __nfs41_locku_args::offset

Definition at line 479 of file nfs41_ops.h.

Referenced by nfs41_unlock().

◆ seqid

uint32_t __nfs41_locku_args::seqid

Definition at line 477 of file nfs41_ops.h.


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