Searched refs:g_mountCache (Results 1 – 1 of 1) sorted by relevance
42 static LIST_HEAD *g_mountCache = NULL; variable78 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()