HelenOS sources

EXFAT_CLST_FIRST   59 uspace/srv/fs/exfat/exfat_bitmap.c 	clst -= EXFAT_CLST_FIRST;
EXFAT_CLST_FIRST   99 uspace/srv/fs/exfat/exfat_bitmap.c 	clst -= EXFAT_CLST_FIRST;
EXFAT_CLST_FIRST  134 uspace/srv/fs/exfat/exfat_bitmap.c 	clst -= EXFAT_CLST_FIRST;
EXFAT_CLST_FIRST  201 uspace/srv/fs/exfat/exfat_bitmap.c 	startc = EXFAT_CLST_FIRST;
EXFAT_CLST_FIRST   83 uspace/srv/fs/exfat/exfat_fat.c 	if (firstc < EXFAT_CLST_FIRST) {
EXFAT_CLST_FIRST   93 uspace/srv/fs/exfat/exfat_fat.c 		assert(clst >= EXFAT_CLST_FIRST);
EXFAT_CLST_FIRST  143 uspace/srv/fs/exfat/exfat_fat.c 			    (nodep->lastc_cached_value - EXFAT_CLST_FIRST) * SPC(bs) +
EXFAT_CLST_FIRST  194 uspace/srv/fs/exfat/exfat_fat.c 	exfat_cluster_t c = EXFAT_CLST_FIRST;
EXFAT_CLST_FIRST  197 uspace/srv/fs/exfat/exfat_fat.c 	if (fcl < EXFAT_CLST_FIRST || fcl > DATA_CNT(bs) + 2)
EXFAT_CLST_FIRST  202 uspace/srv/fs/exfat/exfat_fat.c 		    (fcl - EXFAT_CLST_FIRST) * SPC(bs) + bn, flags);
EXFAT_CLST_FIRST  211 uspace/srv/fs/exfat/exfat_fat.c 		    (c - EXFAT_CLST_FIRST) * SPC(bs) + (bn % SPC(bs)), flags);
EXFAT_CLST_FIRST  311 uspace/srv/fs/exfat/exfat_fat.c 	for (clst = EXFAT_CLST_FIRST; clst < DATA_CNT(bs) + 2 && found < nclsts;
EXFAT_CLST_FIRST  371 uspace/srv/fs/exfat/exfat_fat.c 		assert(firstc >= EXFAT_CLST_FIRST && firstc < EXFAT_CLST_BAD);
HelenOS homepage, sources at GitHub