HelenOS sources

vfs_fsprobe        89 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_fsprobe(const char *, service_id_t, vfs_fs_probe_info_t *);
vfs_fsprobe        89 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_fsprobe(const char *, service_id_t, vfs_fs_probe_info_t *);
vfs_fsprobe       218 uspace/srv/volsrv/part.c 		rc = vfs_fsprobe(fst->name, part->svc_id, &info);
HelenOS homepage, sources at GitHub