Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/
Dmount.c44 static LIST_HEAD *g_mountList = NULL; variable
91 if (g_mountList == NULL) { in GetMountList()
92 g_mountList = zalloc(sizeof(LIST_HEAD)); in GetMountList()
93 if (g_mountList == NULL) { in GetMountList()
97 LOS_ListInit(g_mountList); in GetMountList()
99 return g_mountList; in GetMountList()