Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/fs/
H A Dhsfs.c103 static struct hs_volume *hsfsp; variable
406 if (hsfsp != NULL) in bhsfs_mountroot()
411 hsfsp = bkmem_alloc(sizeof (*hsfsp)); in bhsfs_mountroot()
412 bzero(hsfsp, sizeof (*hsfsp)); in bhsfs_mountroot()
439 hsfsp->vol_size = ISO_VOL_SIZE(bufp); in bhsfs_mountroot()
440 hsfsp->lbn_size = ISO_BLK_SIZE(bufp); in bhsfs_mountroot()
441 hsfsp->lbn_shift = ISO_SECTOR_SHIFT; in bhsfs_mountroot()
442 hsfsp->lbn_secshift = ISO_SECTOR_SHIFT; in bhsfs_mountroot()
443 hsfsp->vol_set_size = (ushort_t)ISO_SET_SIZE(bufp); in bhsfs_mountroot()
444 hsfsp->vol_set_seq = (ushort_t)ISO_SET_SEQ(bufp); in bhsfs_mountroot()
[all …]