Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
vfs_cache Struct Reference

#include <cache.h>

Data Fields

struct hlist_head buckets [32]
 
uint8_t lock
 
int count
 

Detailed Description

Definition at line 29 of file cache.h.

Field Documentation

◆ buckets

struct hlist_head vfs_cache::buckets[32]

Definition at line 30 of file cache.h.

◆ count

int vfs_cache::count

Definition at line 32 of file cache.h.

◆ lock

uint8_t vfs_cache::lock

Definition at line 31 of file cache.h.


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