HelenOS sources
exfat_idx_t 103 uspace/srv/fs/exfat/exfat.h struct exfat_idx_t;
exfat_idx_t 137 uspace/srv/fs/exfat/exfat.h exfat_idx_t *idx;
exfat_idx_t 169 uspace/srv/fs/exfat/exfat.h extern errno_t exfat_idx_get_new(exfat_idx_t **, service_id_t);
exfat_idx_t 170 uspace/srv/fs/exfat/exfat.h extern exfat_idx_t *exfat_idx_get_by_pos(service_id_t, exfat_cluster_t, unsigned);
exfat_idx_t 171 uspace/srv/fs/exfat/exfat.h extern exfat_idx_t *exfat_idx_get_by_index(service_id_t, fs_index_t);
exfat_idx_t 172 uspace/srv/fs/exfat/exfat.h extern void exfat_idx_destroy(exfat_idx_t *);
exfat_idx_t 173 uspace/srv/fs/exfat/exfat.h extern void exfat_idx_hashin(exfat_idx_t *);
exfat_idx_t 174 uspace/srv/fs/exfat/exfat.h extern void exfat_idx_hashout(exfat_idx_t *);
exfat_idx_t 130 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uph_link);
exfat_idx_t 144 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uph_link);
exfat_idx_t 178 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uih_link);
exfat_idx_t 184 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uih_link);
exfat_idx_t 192 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uih_link);
exfat_idx_t 330 uspace/srv/fs/exfat/exfat_idx.c static errno_t exfat_idx_create(exfat_idx_t **fidxp, service_id_t service_id)
exfat_idx_t 332 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx;
exfat_idx_t 334 uspace/srv/fs/exfat/exfat_idx.c fidx = (exfat_idx_t *) malloc(sizeof(exfat_idx_t));
exfat_idx_t 352 uspace/srv/fs/exfat/exfat_idx.c errno_t exfat_idx_get_new(exfat_idx_t **fidxp, service_id_t service_id)
exfat_idx_t 354 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx;
exfat_idx_t 372 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *
exfat_idx_t 375 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx;
exfat_idx_t 386 uspace/srv/fs/exfat/exfat_idx.c fidx = hash_table_get_inst(l, exfat_idx_t, uph_link);
exfat_idx_t 408 uspace/srv/fs/exfat/exfat_idx.c void exfat_idx_hashin(exfat_idx_t *idx)
exfat_idx_t 415 uspace/srv/fs/exfat/exfat_idx.c void exfat_idx_hashout(exfat_idx_t *idx)
exfat_idx_t 422 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *
exfat_idx_t 425 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = NULL;
exfat_idx_t 435 uspace/srv/fs/exfat/exfat_idx.c fidx = hash_table_get_inst(l, exfat_idx_t, uih_link);
exfat_idx_t 447 uspace/srv/fs/exfat/exfat_idx.c void exfat_idx_destroy(exfat_idx_t *idx)
exfat_idx_t 512 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uph_link);
exfat_idx_t 524 uspace/srv/fs/exfat/exfat_idx.c exfat_idx_t *fidx = hash_table_get_inst(item, exfat_idx_t, uih_link);
exfat_idx_t 224 uspace/srv/fs/exfat/exfat_ops.c exfat_idx_t *idxp_tmp;
exfat_idx_t 276 uspace/srv/fs/exfat/exfat_ops.c exfat_idx_t *idxp = exfat_idx_get_by_pos(service_id, pfc, pdi);
exfat_idx_t 290 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_node_get_core(exfat_node_t **nodepp, exfat_idx_t *idxp)
exfat_idx_t 533 uspace/srv/fs/exfat/exfat_ops.c exfat_idx_t *idx = exfat_idx_get_by_pos(service_id,
exfat_idx_t 569 uspace/srv/fs/exfat/exfat_ops.c exfat_idx_t *idxp;
exfat_idx_t 628 uspace/srv/fs/exfat/exfat_ops.c exfat_idx_t *idxp;
exfat_idx_t 1016 uspace/srv/fs/exfat/exfat_ops.c fs_node_t **rrfn, exfat_idx_t **rridxp, vfs_fs_probe_info_t *info)
exfat_idx_t 1272 uspace/srv/fs/exfat/exfat_ops.c exfat_idx_t *ridxp;
exfat_idx_t 1289 uspace/srv/fs/exfat/exfat_ops.c exfat_idx_t *ridxp;
HelenOS homepage, sources at GitHub