Home
last modified time | relevance | path

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

/third_party/NuttX/fs/mount/
H A Dfs_mount.c230 struct Mount *cacheMnt = NULL; in mount() local
233 LOS_DL_LIST_FOR_EACH_ENTRY(cacheMnt, GetMountCache(), struct Mount, mountList) in mount()
235 if (strcmp(cacheMnt->devName, source) == 0) in mount()
244 *newMnt = *cacheMnt; in mount()
246 cacheMnt->vnodeCovered->mntCount++; in mount()

Completed in 2 milliseconds