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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_backends.h24 errval_t vfs_fat_mount(const char *uri, void **retst, struct vfs_ops **retops);
H A Dvfs.c160 err = vfs_fat_mount(uri, &m->st, &m->ops);
166 err = vfs_fat_mount(uri, &m->st, &m->ops);
H A Dvfs_fat.c1085 vfs_fat_mount(const char *uri, void **retst, struct vfs_ops **retops) function

Completed in 41 milliseconds