Home
last modified time | relevance | path

Searched defs:hdbtodb (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dhsfs.c53 #define hdbtodb(n) ((ISO_SECTOR_SIZE / DEV_BSIZE) * (n)) macro
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c50 #define hdbtodb(n) ((ISO_SECTOR_SIZE / DEV_BSIZE) * (n)) macro