Home
last modified time | relevance | path

Searched refs:activeVnodeList (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/fs/include/fs/
Dmount.h52 LIST_HEAD activeVnodeList; /* list of active vnodes */ member
/kernel/liteos_a/fs/vfs/
Dmount.c55 LOS_ListInit(&mnt->activeVnodeList); in MountAlloc()