HelenOS sources
fat_get_cluster 99 uspace/srv/fs/fat/fat_fat.c rc = fat_get_cluster(bs, service_id, FAT1, clst, &clst);
fat_get_cluster 695 uspace/srv/fs/fat/fat_fat.c rc = fat_get_cluster(bs, service_id, FAT1, clst, &value);
fat_get_cluster 757 uspace/srv/fs/fat/fat_fat.c rc = fat_get_cluster(bs, service_id, FAT1, firstc, &nextc);
fat_get_cluster 854 uspace/srv/fs/fat/fat_fat.c rc = fat_get_cluster(bs, service_id, FAT1, lcl, &nextc);
fat_get_cluster 949 uspace/srv/fs/fat/fat_fat.c rc = fat_get_cluster(bs, service_id, fat_no, 0, &e0);
fat_get_cluster 953 uspace/srv/fs/fat/fat_fat.c rc = fat_get_cluster(bs, service_id, fat_no, 1, &e1);
fat_get_cluster 127 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_get_cluster(struct fat_bs *, service_id_t, unsigned,
fat_get_cluster 877 uspace/srv/fs/fat/fat_ops.c rc = fat_get_cluster(bs, service_id, FAT1, cluster_no, &e0);
HelenOS homepage, sources at GitHub