Searched refs:clustnum (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c153 static void mark_cluster(uchar_t *fatp, pc_cluster32_t clustnum,
2613 * 0th entry. The clustnum is the cluster entry that should be updated.
2618 mark_cluster(uchar_t *fatp, pc_cluster32_t clustnum, uint32_t value) argument
2623 idx = (Fatentsize == 32) ? clustnum * 4 :
2624 (Fatentsize == 16) ? clustnum * 2 : clustnum + clustnum/2;
2632 if (clustnum & 1) {

Completed in 62 milliseconds