FreeBSD kernel kern code
cache_fpl Struct Reference
Collaboration diagram for cache_fpl:

Data Fields

struct nameidata * ndp
 
struct componentname * cnp
 
char * nulchar
 
struct vnode * dvp
 
struct vnode * tvp
 
seqc_t dvp_seqc
 
seqc_t tvp_seqc
 
uint32_t hash
 
struct nameidata_saved snd
 
struct nameidata_outer snd_outer
 
int line
 
enum cache_fpl_status status:8
 
bool in_smr
 
bool fsearch
 
bool savename
 
struct pwd ** pwd
 

Detailed Description

Definition at line 3922 of file vfs_cache.c.

Field Documentation

◆ cnp

◆ dvp

◆ dvp_seqc

◆ fsearch

bool cache_fpl::fsearch

Definition at line 3936 of file vfs_cache.c.

Referenced by cache_fplookup(), cache_fplookup_dirfd(), and cache_fplookup_failed_vexec().

◆ hash

uint32_t cache_fpl::hash

Definition at line 3930 of file vfs_cache.c.

Referenced by cache_fplookup_next(), and cache_fplookup_parse().

◆ in_smr

bool cache_fpl::in_smr

Definition at line 3935 of file vfs_cache.c.

Referenced by cache_fpl_aborted_impl(), and cache_fplookup().

◆ line

◆ ndp

◆ nulchar

◆ pwd

struct pwd** cache_fpl::pwd

Definition at line 3938 of file vfs_cache.c.

Referenced by cache_fplookup(), and cache_fplookup_partial_setup().

◆ savename

bool cache_fpl::savename

◆ snd

struct nameidata_saved cache_fpl::snd

◆ snd_outer

struct nameidata_outer cache_fpl::snd_outer

◆ status

◆ tvp

◆ tvp_seqc


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