HelenOS sources
fat_idx_t 231 uspace/srv/fs/fat/fat.h fat_idx_t *idx;
fat_idx_t 265 uspace/srv/fs/fat/fat.h extern errno_t fat_idx_get_new(fat_idx_t **, service_id_t);
fat_idx_t 266 uspace/srv/fs/fat/fat.h extern fat_idx_t *fat_idx_get_by_pos(service_id_t, fat_cluster_t, unsigned);
fat_idx_t 267 uspace/srv/fs/fat/fat.h extern fat_idx_t *fat_idx_get_by_index(service_id_t, fs_index_t);
fat_idx_t 268 uspace/srv/fs/fat/fat.h extern void fat_idx_destroy(fat_idx_t *);
fat_idx_t 269 uspace/srv/fs/fat/fat.h extern void fat_idx_hashin(fat_idx_t *);
fat_idx_t 270 uspace/srv/fs/fat/fat.h extern void fat_idx_hashout(fat_idx_t *);
fat_idx_t 130 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uph_link);
fat_idx_t 144 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uph_link);
fat_idx_t 178 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uih_link);
fat_idx_t 184 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uih_link);
fat_idx_t 192 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uih_link);
fat_idx_t 330 uspace/srv/fs/fat/fat_idx.c static errno_t fat_idx_create(fat_idx_t **fidxp, service_id_t service_id)
fat_idx_t 332 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx;
fat_idx_t 334 uspace/srv/fs/fat/fat_idx.c fidx = (fat_idx_t *) malloc(sizeof(fat_idx_t));
fat_idx_t 352 uspace/srv/fs/fat/fat_idx.c errno_t fat_idx_get_new(fat_idx_t **fidxp, service_id_t service_id)
fat_idx_t 354 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx;
fat_idx_t 372 uspace/srv/fs/fat/fat_idx.c fat_idx_t *
fat_idx_t 375 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx;
fat_idx_t 386 uspace/srv/fs/fat/fat_idx.c fidx = hash_table_get_inst(l, fat_idx_t, uph_link);
fat_idx_t 408 uspace/srv/fs/fat/fat_idx.c void fat_idx_hashin(fat_idx_t *idx)
fat_idx_t 415 uspace/srv/fs/fat/fat_idx.c void fat_idx_hashout(fat_idx_t *idx)
fat_idx_t 422 uspace/srv/fs/fat/fat_idx.c fat_idx_t *
fat_idx_t 425 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = NULL;
fat_idx_t 435 uspace/srv/fs/fat/fat_idx.c fidx = hash_table_get_inst(l, fat_idx_t, uih_link);
fat_idx_t 447 uspace/srv/fs/fat/fat_idx.c void fat_idx_destroy(fat_idx_t *idx)
fat_idx_t 511 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uph_link);
fat_idx_t 523 uspace/srv/fs/fat/fat_idx.c fat_idx_t *fidx = hash_table_get_inst(item, fat_idx_t, uih_link);
fat_idx_t 216 uspace/srv/fs/fat/fat_ops.c fat_idx_t *idxp_tmp;
fat_idx_t 269 uspace/srv/fs/fat/fat_ops.c static errno_t fat_node_get_core(fat_node_t **nodepp, fat_idx_t *idxp)
fat_idx_t 396 uspace/srv/fs/fat/fat_ops.c fat_idx_t *idx = fat_idx_get_by_pos(service_id,
fat_idx_t 432 uspace/srv/fs/fat/fat_ops.c fat_idx_t *idxp;
fat_idx_t 488 uspace/srv/fs/fat/fat_ops.c fat_idx_t *idxp;
fat_idx_t 913 uspace/srv/fs/fat/fat_ops.c fs_node_t **rrfn, fat_idx_t **rridxp)
fat_idx_t 980 uspace/srv/fs/fat/fat_ops.c fat_idx_t *ridxp = fat_idx_get_by_pos(service_id, FAT_CLST_ROOTPAR, 0);
fat_idx_t 1041 uspace/srv/fs/fat/fat_ops.c fat_idx_t *ridxp;
fat_idx_t 1084 uspace/srv/fs/fat/fat_ops.c fat_idx_t *ridxp;
HelenOS homepage, sources at GitHub