Home
last modified time | relevance | path

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

/external/mtools/
Dmsdos.h169 unsigned char clsiz; /* 13 Cluster size in sectors */ member
Dminfo.c66 printf("cluster size: %d sectors\n", boot->boot.clsiz); in displayBPB()
Dinit.c335 This->cluster_size = boot.boot.clsiz; in fs_init()
Dmformat.c1472 boot.boot.clsiz = (unsigned char) Fs.cluster_size; in mformat()