Searched refs:hsfsp (Results 1 – 1 of 1) sorted by relevance
101 static struct hs_volume *hsfsp; variable405 if (hsfsp != NULL) in bhsfs_mountroot()410 hsfsp = bkmem_alloc(sizeof (*hsfsp)); in bhsfs_mountroot()411 bzero(hsfsp, sizeof (*hsfsp)); in bhsfs_mountroot()438 hsfsp->vol_size = ISO_VOL_SIZE(bufp); in bhsfs_mountroot()439 hsfsp->lbn_size = ISO_BLK_SIZE(bufp); in bhsfs_mountroot()440 hsfsp->lbn_shift = ISO_SECTOR_SHIFT; in bhsfs_mountroot()441 hsfsp->lbn_secshift = ISO_SECTOR_SHIFT; in bhsfs_mountroot()442 hsfsp->vol_set_size = (ushort_t)ISO_SET_SIZE(bufp); in bhsfs_mountroot()443 hsfsp->vol_set_seq = (ushort_t)ISO_SET_SEQ(bufp); in bhsfs_mountroot()[all …]