Searched defs:pcfs_spcl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h396 int pcfs_spcl; /* sectors per cluster */ member in struct:pcfs
524 ~((PCFS)->pcfs_spcl - 1)) * ((PCFS)->pcfs_secsize)? \
526 ((PCFS)->pcfs_spcl - 1)) * ((PCFS)->pcfs_secsize): \
537 ((int)((DB) / (PCFS)->pcfs_spcl))
540 ((daddr_t)((CL) * (PCFS)->pcfs_spcl))

Completed in 58 milliseconds