HelenOS sources

vfs_fs_probe_info_t  375 uspace/lib/c/generic/vfs/vfs.c     vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t   89 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_fsprobe(const char *, service_id_t, vfs_fs_probe_info_t *);
vfs_fs_probe_info_t  907 uspace/lib/ext4/src/ops.c static errno_t ext4_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t   83 uspace/lib/fs/libfs.c 	vfs_fs_probe_info_t info;
vfs_fs_probe_info_t   45 uspace/lib/fs/libfs.h 	errno_t (*fsprobe)(service_id_t, vfs_fs_probe_info_t *);
vfs_fs_probe_info_t   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_fs_probe_info_t 1091 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t 1016 uspace/srv/fs/exfat/exfat_ops.c     fs_node_t **rrfn, exfat_idx_t **rridxp, vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t 1269 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t 1039 uspace/srv/fs/fat/fat_ops.c static errno_t fat_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t  459 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t  280 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t  426 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t  295 uspace/srv/fs/udf/udf_ops.c static errno_t udf_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t  211 uspace/srv/vfs/vfs.h extern errno_t vfs_op_fsprobe(const char *, service_id_t, vfs_fs_probe_info_t *);
vfs_fs_probe_info_t   52 uspace/srv/vfs/vfs_ipc.c 	vfs_fs_probe_info_t info;
vfs_fs_probe_info_t  193 uspace/srv/vfs/vfs_ops.c     vfs_fs_probe_info_t *info)
vfs_fs_probe_info_t  206 uspace/srv/volsrv/part.c 	vfs_fs_probe_info_t info;
HelenOS homepage, sources at GitHub