Lines Matching refs:Mount
150 struct Mount* mnt = NULL;
212 struct Mount *tMnt = NULL;
213 LOS_DL_LIST_FOR_EACH_ENTRY(tMnt, GetMountList(), struct Mount, mountList)
230 struct Mount *cacheMnt = NULL;
233 LOS_DL_LIST_FOR_EACH_ENTRY(cacheMnt, GetMountCache(), struct Mount, mountList)
237 struct Mount *newMnt = (struct Mount *)zalloc(sizeof(struct Mount));
258 if (mops->Mount == NULL)
300 ret = mops->Mount(mnt, device, data);
351 struct Mount *newMnt = (struct Mount *)zalloc(sizeof(struct Mount));