Home
last modified time | relevance | path

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

/third_party/NuttX/fs/mount/
Dfs_mount.c75 extern struct fsmap_t g_fsmap[];
78 extern struct fsmap_t g_fsmap_end;
97 static const struct fsmap_t *mount_findfs(const char *filesystemtype) in mount_findfs()
99 struct fsmap_t *m = NULL; in mount_findfs()
110 return (const struct fsmap_t *)NULL; in mount_findfs()
151 const struct fsmap_t *fsmap = NULL; in mount()
/third_party/NuttX/include/nuttx/fs/
Dfs.h39 struct fsmap_t struct
48 struct fsmap_t _l LOS_HAL_TABLE_ENTRY(fsmap) = \ argument