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
130 ulong_t vol_size; /* no. of Logical blocks in Volume */
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 */
134 uint_t lbn_maxoffset; /* max lbn-relative offset and mask */
135 uchar_t file_struct_ver; /* version of directory structure */
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 */
[all …]