• Home
  • Raw
  • Download

Lines Matching refs:__u16

159 	__u16	acle_perms;	/* Access permissions */
160 __u16 acle_type; /* Type of entry */
161 __u16 acle_tag; /* User or group identity */
162 __u16 acle_pad1;
175 __u16 bg_free_blocks_count; /* Free blocks count */
176 __u16 bg_free_inodes_count; /* Free inodes count */
177 __u16 bg_used_dirs_count; /* Directories count */
178 __u16 bg_flags;
180 __u16 bg_block_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */
181 __u16 bg_inode_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */
182 __u16 bg_itable_unused; /* Unused inodes count */
183 __u16 bg_checksum; /* crc16(s_uuid+group_num+group_desc)*/
194 __u16 bg_free_blocks_count; /* Free blocks count */
195 __u16 bg_free_inodes_count; /* Free inodes count */
196 __u16 bg_used_dirs_count; /* Directories count */
197 __u16 bg_flags; /* EXT4_BG_flags (INODE_UNINIT, etc) */
199 __u16 bg_block_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */
200 __u16 bg_inode_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */
201 __u16 bg_itable_unused; /* Unused inodes count */
202 __u16 bg_checksum; /* crc16(sb_uuid+group+desc) */
206 __u16 bg_free_blocks_count_hi;/* Free blocks count MSB */
207 __u16 bg_free_inodes_count_hi;/* Free inodes count MSB */
208 __u16 bg_used_dirs_count_hi; /* Directories count MSB */
209 __u16 bg_itable_unused_hi; /* Unused inodes count MSB */
211 __u16 bg_block_bitmap_csum_hi;/* crc32c(s_uuid+grp_num+bitmap) MSB */
212 __u16 bg_inode_bitmap_csum_hi;/* crc32c(s_uuid+grp_num+bitmap) MSB */
218 sizeof(__u16))
221 sizeof(__u16))
372 __u16 reserved_blocks; /* Number of reserved blocks in this group */
373 __u16 unused; /* Number of reserved GDT blocks in group */
382 __u16 reserved_blocks; /* Number of reserved blocks in this group */
383 __u16 unused;
387 #define _IOT_ext2_new_group_input _IOT (_IOTS(__u32), 5, _IOTS(__u16), 2, 0, 0)
405 /*00*/ __u16 i_mode; /* File mode */
406 __u16 i_uid; /* Low 16 bits of Owner Uid */
412 __u16 i_gid; /* Low 16 bits of Group Id */
413 __u16 i_links_count; /* Links count */
431 __u16 l_i_blocks_hi;
432 __u16 l_i_file_acl_high;
433 __u16 l_i_uid_high; /* these 2 fields */
434 __u16 l_i_gid_high; /* were reserved2[0] */
435 __u16 l_i_checksum_lo; /* crc32c(uuid+inum+inode) */
436 __u16 l_i_reserved;
441 __u16 h_i_mode_high;
442 __u16 h_i_uid_high;
443 __u16 h_i_gid_high;
453 /*00*/ __u16 i_mode; /* File mode */
454 __u16 i_uid; /* Low 16 bits of Owner Uid */
460 __u16 i_gid; /* Low 16 bits of Group Id */
461 __u16 i_links_count; /* Links count */
479 __u16 l_i_blocks_hi;
480 __u16 l_i_file_acl_high;
481 __u16 l_i_uid_high; /* these 2 fields */
482 __u16 l_i_gid_high; /* were reserved2[0] */
483 __u16 l_i_checksum_lo; /* crc32c(uuid+inum+inode) */
484 __u16 l_i_reserved;
489 __u16 h_i_mode_high;
490 __u16 h_i_uid_high;
491 __u16 h_i_gid_high;
495 /*80*/ __u16 i_extra_isize;
496 __u16 i_checksum_hi; /* crc32c(uuid+inum+inode) */
507 (offsetof(struct ext2_inode_large, i_checksum_hi) + sizeof(__u16) - \
667 __u16 s_mnt_count; /* Mount count */
669 __u16 s_magic; /* Magic signature */
670 __u16 s_state; /* File system state */
671 __u16 s_errors; /* Behaviour when detecting errors */
672 __u16 s_minor_rev_level; /* minor revision level */
677 /*050*/ __u16 s_def_resuid; /* Default uid for reserved blocks */
678 __u16 s_def_resgid; /* Default gid for reserved blocks */
693 __u16 s_inode_size; /* size of inode structure */
694 __u16 s_block_group_nr; /* block group # of this superblock */
708 __u16 s_reserved_gdt_blocks; /* Per group table for online growth */
719 __u16 s_desc_size; /* Group desc. size: INCOMPAT_64BIT */
727 __u16 s_min_extra_isize; /* All inodes have at least # bytes */
728 __u16 s_want_extra_isize; /* New inodes should reserve # bytes */
730 __u16 s_raid_stride; /* RAID stride in blocks */
731 __u16 s_mmp_update_interval; /* # seconds to wait in MMP checking */
1015 __u16 rec_len; /* Directory entry length */
1016 __u16 name_len; /* Name length */
1036 __u16 rec_len; /* Directory entry length */
1067 __u16 det_rec_len; /* 12 */
1068 __u16 det_reserved_name_len; /* 0xDE00, fake namelen/filetype */
1154 __u16 mmp_check_interval; /* Changed mmp_check_interval */
1155 __u16 mmp_pad1;