Searched defs:hs_volume (Results 1 – 1 of 1) sorted by relevance
131 struct hs_volume { struct132 ulong_t vol_size; /* no. of Logical blocks in Volume */133 uint_t lbn_size; /* no. of bytes in a block */134 uint_t lbn_shift; /* shift to convert lbn to bytes */135 uint_t lbn_secshift; /* shift to convert lbn to sec */136 uint_t lbn_maxoffset; /* max lbn-relative offset and mask */137 uchar_t file_struct_ver; /* version of directory structure */138 uid_t vol_uid; /* uid of volume */139 gid_t vol_gid; /* gid of volume */140 uint_t vol_prot; /* protection (mode) of volume */[all …]