Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c206 while (HSV_DESC_TYPE(volp) != VD_EOV) {
216 case VD_EOV:
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c235 while (HSV_DESC_TYPE(volp) != VD_EOV) { in findhsvol()
245 case VD_EOV: in findhsvol()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1028 HSV_DESC_TYPE(volp) != VD_EOV; n++) { in hs_findhsvol()
1046 case VD_EOV: in hs_findhsvol()
1206 case VD_EOV: in hs_findisovol()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_spec.h98 VD_BOOT = 0, VD_SFS = 1, VD_CCFS = 2, VD_UNSPEC = 3, VD_EOV = 255 enumerator