Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c386 blksize = ISO_BLK_SIZE(iso_buf); in prntlabel()
402 blksize = ISO_BLK_SIZE(unix_buf); in prntlabel()
/titanic_44/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c437 blksize = ISO_BLK_SIZE(h->iso_buf); in get_attr()
454 blksize = ISO_BLK_SIZE(h->unix_buf); in get_attr()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h148 #define ISO_BLK_SIZE(x) BOTH_SHORT(ISO_blk_size(x)) macro
/titanic_44/usr/src/common/fs/
H A Dhsfs.c440 hsfsp->lbn_size = ISO_BLK_SIZE(bufp); in bhsfs_mountroot()
/titanic_44/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c518 fsp->lbn_size = ISO_BLK_SIZE(bufp); in boot_hsfs_mountroot()
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1297 hvp->lbn_size = ISO_BLK_SIZE(volp); in hs_parseisovol()