Lines Matching defs:mount
51 /* delete mp from mount list */
97 goto next; /* this mount point do not match, check next */
189 if ((mFs == NULL) || (mFs->fsMops == NULL) || (mFs->fsMops->mount == NULL)) {
245 LOS_ASSERT(mp->mFs->fsMops->mount != NULL);
247 return mp->mFs->fsMops->mount(mp, mountflags, data);
266 int mount(const char *source, const char *target,
291 ret = mp->mFs->fsMops->mount(mp, mountflags, data);
294 PRINT_ERR("mount failed, target %s.\n", target);
335 /* delete mp from mount list */
381 /* Close all files under the mount point */
392 /* delete mp from mount list */