HelenOS sources

fat_idx_get_by_pos  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_get_by_pos  396 uspace/srv/fs/fat/fat_ops.c 			fat_idx_t *idx = fat_idx_get_by_pos(service_id,
fat_idx_get_by_pos  980 uspace/srv/fs/fat/fat_ops.c 	fat_idx_t *ridxp = fat_idx_get_by_pos(service_id, FAT_CLST_ROOTPAR, 0);
HelenOS homepage, sources at GitHub