Home
last modified time | relevance | path

Searched defs:hs_volume (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h129 struct hs_volume { struct
131 uint_t lbn_size; /* no. of bytes in a block */
132 uint_t lbn_shift; /* shift to convert lbn to bytes */
133 uint_t lbn_secshift; /* shift to convert lbn to sec */
136 uid_t vol_uid; /* uid of volume */
137 gid_t vol_gid; /* gid of volume */
138 uint_t vol_prot; /* protection (mode) of volume */
139 struct timeval cre_date; /* volume creation time */
142 ushort_t ptbl_len; /* number of bytes in Path Table */
143 uint_t ptbl_lbn; /* logical block no of Path Table */
[all …]