Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/
Dmount.c42 static LIST_HEAD *g_mountCache = NULL; variable
78 if (g_mountCache == NULL) { in GetMountCache()
79 g_mountCache = zalloc(sizeof(LIST_HEAD)); in GetMountCache()
80 if (g_mountCache == NULL) { in GetMountCache()
84 LOS_ListInit(g_mountCache); in GetMountCache()
86 return g_mountCache; in GetMountCache()