更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
PathCache结构体 参考

#include <path_cache.h>

成员变量

struct VnodeparentVnode
 
struct VnodechildVnode
 
LIST_ENTRY parentEntry
 
LIST_ENTRY childEntry
 
LIST_ENTRY hashEntry
 
uint8_t nameLen
 
int hit
 
char name [0]
 

详细描述

在文件 path_cache.h38 行定义.

结构体成员变量说明

◆ childEntry

LIST_ENTRY PathCache::childEntry

在文件 path_cache.h42 行定义.

◆ childVnode

struct Vnode* PathCache::childVnode

在文件 path_cache.h40 行定义.

◆ hashEntry

LIST_ENTRY PathCache::hashEntry

在文件 path_cache.h43 行定义.

◆ hit

int PathCache::hit

在文件 path_cache.h46 行定义.

◆ name

char PathCache::name[0]

在文件 path_cache.h48 行定义.

◆ nameLen

uint8_t PathCache::nameLen

在文件 path_cache.h44 行定义.

◆ parentEntry

LIST_ENTRY PathCache::parentEntry

在文件 path_cache.h41 行定义.

◆ parentVnode

struct Vnode* PathCache::parentVnode

在文件 path_cache.h39 行定义.


该结构体的文档由以下文件生成: