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

Data Fields

struct timespec nc_time
 
struct timespec nc_dotdottime
 
int nc_ticks
 
int nc_pad
 
struct namecache nc_nc
 

Detailed Description

Definition at line 293 of file vfs_cache.c.

Field Documentation

◆ nc_dotdottime

struct timespec namecache_ts::nc_dotdottime

Definition at line 295 of file vfs_cache.c.

Referenced by cache_enter_time(), and cache_lookup_dotdot().

◆ nc_nc

struct namecache namecache_ts::nc_nc

Definition at line 298 of file vfs_cache.c.

Referenced by cache_alloc_uma(), cache_enter_time(), cache_free_uma(), and cache_out_ts().

◆ nc_pad

int namecache_ts::nc_pad

Definition at line 297 of file vfs_cache.c.

◆ nc_ticks

int namecache_ts::nc_ticks

Definition at line 296 of file vfs_cache.c.

Referenced by cache_enter_time(), and cache_out_ts().

◆ nc_time

struct timespec namecache_ts::nc_time

Definition at line 294 of file vfs_cache.c.

Referenced by cache_enter_time(), and cache_out_ts().


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