Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h131 struct hs_volume { struct
132 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 …]