Home
last modified time | relevance | path

Searched refs:__u16 (Results 1 – 6 of 6) sorted by relevance

/tools/libfsimage/fat/
A Dfat.h28 typedef unsigned short __u16; typedef
46 __u16 fat_length; /* sectors/FAT */
47 __u16 secs_track; /* sectors per track */
48 __u16 heads; /* number of heads */
54 __u16 flags; /* bit 8: fat mirroring, low 4: active fat */
57 __u16 info_sector; /* filesystem info sector */
58 __u16 backup_boot; /* backup boot sector */
59 __u16 reserved2[6]; /* Unused */
62 #define FAT_CVT_U16(bytarr) (* (__u16*)(bytarr))
92 ((*((__u16 *) (entry+26)))+(*((__u16 *) (entry+20)) << 16))
A Dfsys_fat.c230 next_cluster = ((__u16 *) (FAT_BUF + (cached_pos >> 1)))[0]; in fat_read()
238 next_cluster |= ((__u16 *) (FAT_BUF + (cached_pos >> 1)))[1] << 16; in fat_read()
/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c38 typedef unsigned short __u16; typedef
75 __u16 s_pad;
122 __u16 s_reserved_word_pad;
138 __u16 bg_pad;
151 __u16 i_gid; /* Group Id */
185 __u16 i_pad1;
193 __u16 h_i_mode_high;
194 __u16 h_i_uid_high;
195 __u16 h_i_gid_high;
203 __u16 m_pad1;
[all …]
/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c32 typedef unsigned short __u16; typedef
45 #define __cpu_to_le16(x) ((__u16) (x))
46 #define __le16_to_cpu(x) ((__u16) (x))
70 __u16 s_version;
225 __u16 dc_size; /* Disk child's used space. */
237 __u16 sd_mode; /* file type, permissions */
322 __u16 version;
324 __u16 tree_depth;
330 __u16 blocksize;
332 __u16 cached_slots;
[all …]
/tools/libs/guest/
A Dxg_dom_decompress_unsafe_zstd.c13 typedef uint16_t __u16; typedef
/tools/include/xen-sys/Linux/
A Dprivcmd.h85 __u16 num;

Completed in 13 milliseconds