ReactOS 0.4.15-dev-7918-g2a2556c
nfs41_name_cache Struct Reference
Collaboration diagram for nfs41_name_cache:

Public Attributes

struct name_cache_entryroot
 
struct name_cache_entrypool
 
struct attr_cache attributes
 
struct list_entry exp_entries
 
uint32_t expiration
 
uint32_t entries
 
uint32_t max_entries
 
uint32_t delegations
 
uint32_t max_delegations
 
SRWLOCK lock
 

Detailed Description

Definition at line 382 of file name_cache.c.

Member Data Documentation

◆ attributes

struct attr_cache nfs41_name_cache::attributes

Definition at line 385 of file name_cache.c.

◆ delegations

uint32_t nfs41_name_cache::delegations

Definition at line 390 of file name_cache.c.

◆ entries

uint32_t nfs41_name_cache::entries

Definition at line 388 of file name_cache.c.

Referenced by nfs41_readdir().

◆ exp_entries

struct list_entry nfs41_name_cache::exp_entries

Definition at line 386 of file name_cache.c.

◆ expiration

uint32_t nfs41_name_cache::expiration

Definition at line 387 of file name_cache.c.

◆ lock

SRWLOCK nfs41_name_cache::lock

Definition at line 392 of file name_cache.c.

◆ max_delegations

uint32_t nfs41_name_cache::max_delegations

Definition at line 391 of file name_cache.c.

◆ max_entries

uint32_t nfs41_name_cache::max_entries

Definition at line 389 of file name_cache.c.

◆ pool

struct name_cache_entry* nfs41_name_cache::pool

Definition at line 384 of file name_cache.c.

◆ root

struct name_cache_entry* nfs41_name_cache::root

Definition at line 383 of file name_cache.c.


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