Home
last modified time | relevance | path

Searched refs:newMnt (Results 1 - 1 of 1) sorted by relevance

/third_party/NuttX/fs/mount/
H A Dfs_mount.c237 struct Mount *newMnt = (struct Mount *)zalloc(sizeof(struct Mount)); in mount() local
238 if (newMnt == NULL) in mount()
244 *newMnt = *cacheMnt; in mount()
245 LOS_ListTailInsert(GetMountList(), &(newMnt->mountList)); in mount()
351 struct Mount *newMnt = (struct Mount *)zalloc(sizeof(struct Mount)); in mount() local
352 if (newMnt == NULL) in mount()
358 *newMnt = *mnt; in mount()
359 LOS_ListTailInsert(GetMountCache(), &(newMnt->mountList)); in mount()

Completed in 1 milliseconds