Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c387 volsize = ISO_VOL_SIZE(iso_buf); in prntlabel()
403 volsize = ISO_VOL_SIZE(unix_buf); in prntlabel()
/titanic_44/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c438 volsize = ISO_VOL_SIZE(h->iso_buf); in get_attr()
455 volsize = ISO_VOL_SIZE(h->unix_buf); in get_attr()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h145 #define ISO_VOL_SIZE(x) BOTH_INT(ISO_vol_size(x)) macro
/titanic_44/usr/src/common/fs/
H A Dhsfs.c439 hsfsp->vol_size = ISO_VOL_SIZE(bufp); in bhsfs_mountroot()
/titanic_44/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c517 fsp->vol_size = ISO_VOL_SIZE(bufp); in boot_hsfs_mountroot()
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1296 hvp->vol_size = ISO_VOL_SIZE(volp); in hs_parseisovol()