Lines Matching refs:uint16

103 	uint16	blk_level;        /* Level of a block in the tree. */
104 uint16 blk_nr_item; /* Number of keys/items in a block. */
105 uint16 blk_free_space; /* Block free space in bytes. */
106 uint16 blk_reserved;
112 uint16 dc_size; /* Disk child's used space. */
113 uint16 dc_reserved;
128 uint16 ih_free_space_reserved;
131 uint16 ih_entry_count;
133 uint16 ih_item_len; /* total size of the item body */
134 uint16 ih_item_location; /* an offset to the item body
136 uint16 ih_version; /* 0 for all old items, 2 for new
143 uint16 sd_mode; /* file type, permissions */
144 uint16 sd_reserved;
161 uint16 sd_mode; /* file type, permissions */
162 uint16 sd_nlink; /* number of hard links */
163 uint16 sd_uid; /* owner */
164 uint16 sd_gid; /* group */
190 uint16 deh_location; /* offset of name in the whole item */
191 uint16 deh_state; /* whether 1) entry contains stat data (for future), and 2) whether
260 uint16 s_blocksize; /* block size */
261 uint16 s_oid_maxsize; /* max size of object id array, see get_objectid() commentary */
262 uint16 s_oid_cursize; /* current size of object id array */
263 uint16 s_state; /* valid or error */
266 uint16 s_tree_height; /* height of disk tree */
267 uint16 s_bmap_nr; /* amount of bitmap blocks needed to address each block of file system */
268 uint16 s_version; /* I'd prefer it if this was a string,
273 uint16 s_reserved;
278 uint16 s_mnt_count;
279 uint16 s_max_mnt_count;
301 uint16 s_blocksize; /* block size */
302 uint16 s_oid_maxsize; /* max size of object id array, see get_objectid() commentary */
303 uint16 s_oid_cursize; /* current size of object id array */
304 uint16 s_state; /* valid or error */
306 uint16 s_tree_height; /* height of disk tree */
307 uint16 s_bmap_nr; /* amount of bitmap blocks needed to address each block of file system */