ReactOS 0.4.15-dev-7953-g1f49173
__nfs41_lock_state Struct Reference

#include <nfs41.h>

Collaboration diagram for __nfs41_lock_state:

Public Attributes

struct list_entry open_entry
 
uint64_t offset
 
uint64_t length
 
uint32_t exclusive: 1
 
uint32_t delegated: 1
 
uint32_t id: 30
 

Detailed Description

Definition at line 112 of file nfs41.h.

Member Data Documentation

◆ delegated

uint32_t __nfs41_lock_state::delegated

Definition at line 117 of file nfs41.h.

◆ exclusive

uint32_t __nfs41_lock_state::exclusive

Definition at line 116 of file nfs41.h.

◆ id

uint32_t __nfs41_lock_state::id

Definition at line 118 of file nfs41.h.

◆ length

uint64_t __nfs41_lock_state::length

Definition at line 115 of file nfs41.h.

Referenced by lock_range_cmp().

◆ offset

uint64_t __nfs41_lock_state::offset

Definition at line 114 of file nfs41.h.

Referenced by lock_range_cmp().

◆ open_entry

struct list_entry __nfs41_lock_state::open_entry

Definition at line 113 of file nfs41.h.


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