ReactOS 0.4.15-dev-8092-ge0ba2f3
__open_claim4 Struct Reference

#include <nfs41_ops.h>

Collaboration diagram for __open_claim4:

Public Attributes

uint32_t claim
 
union {
   struct __open_claim_null {
      const nfs41_component *   filename
 
   }   null
 
   struct __open_claim_prev {
      uint32_t   delegate_type
 
   }   prev
 
   struct __open_claim_deleg_cur {
      stateid_arg *   delegate_stateid
 
      nfs41_component *   name
 
   }   deleg_cur
 
   struct __open_claim_deleg_cur_fh {
      stateid_arg *   delegate_stateid
 
   }   deleg_cur_fh
 
   struct __open_claim_deleg_prev {
      const nfs41_component *   filename
 
   }   deleg_prev
 
u
 

Detailed Description

Definition at line 614 of file nfs41_ops.h.

Member Data Documentation

◆ claim

◆ 

struct { ... } ::__open_claim_deleg_cur __open_claim4::deleg_cur

◆ 

struct { ... } ::__open_claim_deleg_cur_fh __open_claim4::deleg_cur_fh

Referenced by encode_open_claim4().

◆ 

struct { ... } ::__open_claim_deleg_prev __open_claim4::deleg_prev

◆ delegate_stateid

stateid_arg* __open_claim4::delegate_stateid

Definition at line 627 of file nfs41_ops.h.

◆ delegate_type

uint32_t __open_claim4::delegate_type

Definition at line 623 of file nfs41_ops.h.

◆ filename

const nfs41_component* __open_claim4::filename

Definition at line 619 of file nfs41_ops.h.

◆ name

nfs41_component* __open_claim4::name

Definition at line 628 of file nfs41_ops.h.

◆ 

struct { ... } ::__open_claim_null __open_claim4::null

◆ 

struct { ... } ::__open_claim_prev __open_claim4::prev

◆ 


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