HelenOS sources
cdfs_t 238 uspace/srv/fs/cdfs/cdfs_ops.c cdfs_t *fs; /**< File system */
cdfs_t 374 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t create_node(fs_node_t **rfn, cdfs_t *fs, int lflag,
cdfs_t 569 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_readdir(cdfs_t *fs, fs_node_t *fs_node)
cdfs_t 649 uspace/srv/fs/cdfs/cdfs_ops.c static fs_node_t *get_uncached_node(cdfs_t *fs, fs_index_t index)
cdfs_t 684 uspace/srv/fs/cdfs/cdfs_ops.c static fs_node_t *get_cached_node(cdfs_t *fs, fs_index_t index)
cdfs_t 1040 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t iso_readfs(cdfs_t *fs, fs_node_t *rfn,
cdfs_t 1057 uspace/srv/fs/cdfs/cdfs_ops.c static cdfs_t *cdfs_fs_create(service_id_t sid, cdfs_lba_t altroot)
cdfs_t 1059 uspace/srv/fs/cdfs/cdfs_ops.c cdfs_t *fs = NULL;
cdfs_t 1062 uspace/srv/fs/cdfs/cdfs_ops.c fs = calloc(1, sizeof(cdfs_t));
cdfs_t 1223 uspace/srv/fs/cdfs/cdfs_ops.c static void cdfs_fs_destroy(cdfs_t *fs)
cdfs_t 1233 uspace/srv/fs/cdfs/cdfs_ops.c static cdfs_t *cdfs_find_by_sid(service_id_t service_id)
cdfs_t 1235 uspace/srv/fs/cdfs/cdfs_ops.c list_foreach(cdfs_instances, link, cdfs_t, fs) {
cdfs_t 1245 uspace/srv/fs/cdfs/cdfs_ops.c cdfs_t *fs;
HelenOS homepage, sources at GitHub