HelenOS sources
vfs_info_t 365 uspace/lib/fs/libfs.c errno_t fs_register(async_sess_t *sess, vfs_info_t *info, vfs_out_ops_t *vops,
vfs_info_t 97 uspace/lib/fs/libfs.h extern errno_t fs_register(async_sess_t *, vfs_info_t *, vfs_out_ops_t *,
vfs_info_t 52 uspace/srv/fs/cdfs/cdfs.c static vfs_info_t cdfs_vfs_info = {
vfs_info_t 54 uspace/srv/fs/exfat/exfat.c vfs_info_t exfat_vfs_info = {
vfs_info_t 51 uspace/srv/fs/ext4fs/ext4fs.c vfs_info_t ext4fs_vfs_info = {
vfs_info_t 54 uspace/srv/fs/fat/fat.c vfs_info_t fat_vfs_info = {
vfs_info_t 55 uspace/srv/fs/locfs/locfs.c static vfs_info_t locfs_vfs_info = {
vfs_info_t 52 uspace/srv/fs/mfs/mfs.c vfs_info_t mfs_vfs_info = {
vfs_info_t 57 uspace/srv/fs/tmpfs/tmpfs.c vfs_info_t tmpfs_vfs_info = {
vfs_info_t 54 uspace/srv/fs/udf/udf.c vfs_info_t udf_vfs_info = {
vfs_info_t 61 uspace/srv/vfs/vfs.h vfs_info_t vfs_info;
vfs_info_t 179 uspace/srv/vfs/vfs.h extern vfs_info_t *fs_handle_to_info(fs_handle_t);
vfs_info_t 433 uspace/srv/vfs/vfs_ops.c vfs_info_t *fs_info = fs_handle_to_info(file->node->fs_handle);
vfs_info_t 68 uspace/srv/vfs/vfs_register.c static bool vfs_info_sane(vfs_info_t *info)
vfs_info_t 113 uspace/srv/vfs/vfs_register.c vfs_info_t *vfs_info;
vfs_info_t 115 uspace/srv/vfs/vfs_register.c sizeof(vfs_info_t), sizeof(vfs_info_t), 0, NULL);
vfs_info_t 324 uspace/srv/vfs/vfs_register.c vfs_info_t *fs_handle_to_info(fs_handle_t handle)
vfs_info_t 326 uspace/srv/vfs/vfs_register.c vfs_info_t *info = NULL;
HelenOS homepage, sources at GitHub