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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h398 int pcfs_sdshift; /* shift to convert sector into */ member in struct:pcfs
543 ((DB) << (PCFS)->pcfs_sdshift)
546 ((DADDR) >> (PCFS)->pcfs_sdshift)
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c614 fsp->pcfs_sdshift = ddi_ffs(l / DEV_BSIZE) - 1;
2029 fsp->pcfs_sdshift = ddi_ffs(secsize / DEV_BSIZE) - 1;
2354 fsp->pcfs_sdshift =
2441 fsp->pcfs_sdshift = 0;

Completed in 83 milliseconds