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

/illumos-gate/usr/src/common/fs/
H A Dhsfs.c103 static struct hs_volume *hsfsp; variable in typeref:struct:hs_volume
406 if (hsfsp != NULL)
411 hsfsp = bkmem_alloc(sizeof (*hsfsp));
412 bzero(hsfsp, sizeof (*hsfsp));
439 hsfsp->vol_size = ISO_VOL_SIZE(bufp);
440 hsfsp->lbn_size = ISO_BLK_SIZE(bufp);
441 hsfsp->lbn_shift = ISO_SECTOR_SHIFT;
442 hsfsp
[all...]

Completed in 45 milliseconds