Home
last modified time | relevance | path

Searched refs:mount_findfs (Results 1 – 1 of 1) sorted by relevance

/third_party/NuttX/fs/mount/
Dfs_mount.c99 static const struct fsmap_t *mount_findfs(const char *filesystemtype) in mount_findfs() function
172 if ((fsmap = mount_findfs(filesystemtype)) == NULL || (fsmap->is_bdfs && !source)) in mount()