Home
last modified time | relevance | path

Searched refs:ThisFATSecNum (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c437 ulong_t ThisFATSecNum; in next_cluster_32() local
443 ThisFATSecNum = PC_RESSEC(h) + (n * 4) / h->bps; in next_cluster_32()
445 offset = h->offset + ThisFATSecNum * h->bps; in next_cluster_32()