Searched refs:hsfs_vol (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 412 kmem_free(fsp->hsfs_ptbl, (size_t)fsp->hsfs_vol.ptbl_len); in hsfs_unmount() 454 sbp->f_blocks = (fsblkcnt64_t)fsp->hsfs_vol.vol_size; in hsfs_statvfs() 466 (void) strcpy(sbp->f_fstr, fsp->hsfs_vol.vol_id); in hsfs_statvfs() 529 struct hs_volume *hsvp = &fsp->hsfs_vol; in compute_cdrom_id() 665 fsp->hsfs_vol.vol_uid = hsfs_default_uid; in hs_mountfs() 666 fsp->hsfs_vol.vol_gid = hsfs_default_gid; in hs_mountfs() 667 fsp->hsfs_vol.vol_prot = hsfs_default_mode; in hs_mountfs() 685 error = hs_findisovol(fsp, devvp, &fsp->hsfs_vol, svp, jvp); in hs_mountfs() 687 error = hs_findhsvol(fsp, devvp, &fsp->hsfs_vol); in hs_mountfs() 694 struct hs_volume *, &fsp->hsfs_vol, in hs_mountfs() [all …]
|
H A D | hsfs_node.c | 545 hvp = &fsp->hsfs_vol; in hs_makenode() 969 hdp->uid = fsp -> hsfs_vol.vol_uid; in hs_parsedir() 970 hdp->gid = fsp -> hsfs_vol.vol_gid; in hs_parsedir() 971 hdp->mode = hdp-> mode | (fsp -> hsfs_vol.vol_prot & 0777); in hs_parsedir() 999 hdp->uid = fsp -> hsfs_vol.vol_uid; in hs_parsedir() 1000 hdp->gid = fsp -> hsfs_vol.vol_gid; in hs_parsedir() 1001 hdp->mode = hdp-> mode | (fsp -> hsfs_vol.vol_prot & 0777); in hs_parsedir() 1048 if (fsp->hsfs_vol.vol_set_size != 1 && in hs_parsedir() 1049 fsp->hsfs_vol.vol_set_size != HDE_VOL_SET(dirp)) { in hs_parsedir()
|
H A D | hsfs_vnops.c | 345 (hp->hs_dirent.xar_len << fsp->hsfs_vol.lbn_shift), DEV_BSIZE); in hsfs_getattr() 844 secsize = fsp->hsfs_vol.lbn_size; /* bytes per logical block */ in hsfs_getpage_ra() 1143 secsize = fsp->hsfs_vol.lbn_size; /* bytes per logical block */ in hsfs_getapage() 1152 xarsiz = hp->hs_dirent.xar_len << fsp->hsfs_vol.lbn_shift; in hsfs_getapage()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | hsfs_node.h | 258 struct hs_volume hsfs_vol; /* File Structure Volume Descriptor */ member 336 hsfs_vol.lbn_secshift) 339 hsfs_vol.lbn_secshift) 342 hsfs_vol.lbn_shift) 344 hsfs_vol.lbn_shift)
|