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