HelenOS sources

vfs_mount_path    183 uspace/app/bdsh/cmds/modules/mount/mount.c 	rc = vfs_mount_path(t_argv[2], t_argv[1], dev, mopts, 0, instance);
vfs_mount_path    150 uspace/app/init/init.c 	errno_t rc = vfs_mount_path(ROOT_MOUNT_POINT, fstype, root_device, "",
vfs_mount_path    184 uspace/app/init/init.c 	errno_t rc = vfs_mount_path(LOCFS_MOUNT_POINT, LOCFS_FS_TYPE, "", "",
vfs_mount_path    338 uspace/app/init/init.c 	errno_t rc = vfs_mount_path(TMPFS_MOUNT_POINT, TMPFS_FS_TYPE, "", "", 0, 0);
vfs_mount_path     96 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_mount_path(const char *, const char *, const char *,
vfs_mount_path     96 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_mount_path(const char *, const char *, const char *,
vfs_mount_path    392 uspace/srv/volsrv/part.c 	rc = vfs_mount_path(mp, fstype_str(part->fstype),
HelenOS homepage, sources at GitHub