Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c120 #define FSTYP_MAX_CLUSTER_SIZE (64 * 1024) /* though officially 32K */ macro
403 if ((clustersize == 0) || (clustersize > FSTYP_MAX_CLUSTER_SIZE) || in get_label_32()