Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c494 if (read(h->fd, &h->eg, dbtob(LS_SECTORS)) != dbtob(LS_SECTORS)) { in dumplog()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs.c349 tbp = ngeteblk(dbtob(LS_SECTORS)); in lufs_snarf()
515 bp = UFS_GETBLK(ufsvfsp, ufsvfsp->vfs_dev, bno, dbtob(LS_SECTORS)); in lufs_initialize()
526 ud->od_statesize = dbtob(LS_SECTORS); in lufs_initialize()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h53 #define LS_SECTORS 2 macro