Symbol: hs_volume
usr/src/common/fs/hsfs.c
88
static struct hs_volume *hsfsp;
usr/src/stand/lib/fs/hsfs/hsfsops.c
460
struct hs_volume *fsp;
usr/src/stand/lib/fs/hsfs/hsfsops.c
506
fsp = (struct hs_volume *)devp->un_fs.dummy;
usr/src/uts/common/fs/hsfs/hsfs_node.c
518
struct hs_volume *hvp;
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1002
hs_findhsvol(struct hsfs *fsp, struct vnode *vp, struct hs_volume *hvp)
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1078
hs_parsehsvol(struct hsfs *fsp, uchar_t *volp, struct hs_volume *hvp)
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1130
struct hs_volume *hvp,
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1131
struct hs_volume *svp,
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1132
struct hs_volume *jvp)
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1295
hs_parseisovol(struct hsfs *fsp, uchar_t *volp, struct hs_volume *hvp)
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1423
hs_copylabel(struct hs_volume *hvp, unsigned char *label, int isjoliet)
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
1461
struct hs_volume *fvolp;
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
235
struct hs_volume *hvp);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
237
struct hs_volume *hvp);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
239
struct hs_volume *hvp,
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
240
struct hs_volume *svp,
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
241
struct hs_volume *jvp);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
244
struct hs_volume *hvp);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
245
static void hs_copylabel(struct hs_volume *, unsigned char *, int);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
530
struct hs_volume *hsvp = &fsp->hsfs_vol;
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
597
struct hs_volume *svp = NULL; /* Supplemental VD for ISO-9660:1999 */
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
598
struct hs_volume *jvp = NULL; /* Joliet VD */
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
695
struct hs_volume *, &fsp->hsfs_vol,
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
696
struct hs_volume *, svp,
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
697
struct hs_volume *, jvp);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
768
struct hs_volume *, &fsp->hsfs_vol,
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
769
struct hs_volume *, svp,
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
770
struct hs_volume *, jvp);
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
796
bcopy(svp, &fsp->hsfs_vol, sizeof (struct hs_volume));
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
803
bcopy(jvp, &fsp->hsfs_vol, sizeof (struct hs_volume));
usr/src/uts/common/sys/fs/hsfs_node.h
256
struct hs_volume hsfs_vol; /* File Structure Volume Descriptor */