Searched refs:le16 (Results 1 – 19 of 19) sorted by relevance
69 /* 4*/ le16 usa_ofs; /* See NTFS_RECORD definition in layout.h.73 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */89 /* 24*/ le16 restart_area_offset;/* Byte offset from the start of this header to97 /* 30*/ le16 usn;118 typedef le16 RESTART_AREA_FLAGS;135 /* 8*/ le16 log_clients; /* Number of log client records in the array of138 /* 10*/ le16 client_free_list; /* The index of the first free log client record154 /* 12*/ le16 client_in_use_list;/* The index of the first in-use log client193 /* 20*/ le16 restart_area_length;/* Length of the restart area including the201 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to[all …]
50 le16 bytes_per_sector; /* Size of a sector in bytes. */52 le16 reserved_sectors; /* zero */54 le16 root_entries; /* zero */55 le16 sectors; /* zero */57 le16 sectors_per_fat; /* zero */58 /*0x0d*/le16 sectors_per_track; /* Required to boot Windows. */59 /*0x0f*/le16 heads; /* Required to boot Windows. */92 le16 end_of_sector_marker; /* End of bootsector magic. Always is194 le16 usa_ofs; /* Offset to the Update Sequence Array (usa)196 le16 usa_count; /* Number of le16 sized entries in the usa[all …]
172 le16 le_usn; in ntfs_mst_pre_write_fixup()173 le16 *usa_pos, *data_pos; in ntfs_mst_pre_write_fixup()194 usa_pos = (le16*)((u8*)b + usa_ofs); in ntfs_mst_pre_write_fixup()205 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in ntfs_mst_pre_write_fixup()216 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in ntfs_mst_pre_write_fixup()
47 typedef u16 le16; typedef67 typedef le16 ntfschar; /* 2-byte Unicode character type. */
65 le16 subst_name_offset;66 le16 subst_name_length;67 le16 print_name_offset;68 le16 print_name_length;73 le16 subst_name_offset;74 le16 subst_name_length;75 le16 print_name_offset;76 le16 print_name_length;946 le16 seqn; in set_reparse_index()986 le16 seqn; in remove_reparse_index()
194 le16 flags; /* Bit array of VOLUME_* flags. */308 extern int ntfs_volume_write_flags(ntfs_volume *vol, const le16 flags);
443 *(le16*)((u8*)mrec + le16_to_cpu(mrec->usa_ofs)) = const_cpu_to_le16(1); in ntfs_mft_record_layout()1434 le16 seq_no, usn; in ntfs_mft_rec_alloc()1540 usn = *(le16*)((u8*)m + (le16_to_cpu(m->usa_ofs) & -2)); in ntfs_mft_rec_alloc()1552 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn; in ntfs_mft_rec_alloc()1719 le16 seq_no, usn; in ntfs_mft_record_alloc()1865 usn = *(le16*)((u8*)m + usa_ofs); in ntfs_mft_record_alloc()1877 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn; in ntfs_mft_record_alloc()1970 le16 old_seq_no;2042 le16 *usnp;2048 usnp = (le16*)((char*)mrec + le16_to_cpu(mrec->usa_ofs));
69 le16 tag;70 le16 perms;77 le16 filler;
173 BOOL fordir, le16 inherited);
277 #define const_cpu_to_le16(x) ((le16) __constant_cpu_to_le16(x))281 #define const_sle16_to_cpu(x) ((s16) __constant_le16_to_cpu((le16) x))
321 le16 appended_bytes; in ntfs_efs_fixup_attribute()
93 le16 offs;94 le16 size;96 le16 indexsz;97 le16 indexksz;98 le16 flags;99 le16 fill2;111 le16 offs;112 le16 size;114 le16 indexsz;115 le16 indexksz;[all …]
493 if (cb == cb_end || !le16_to_cpup((le16*)cb) || dest == dest_end) { in ntfs_decompress()510 cb_sb_end = cb_sb_start + (le16_to_cpup((le16*)cb) & NTFS_SB_SIZE_MASK) in ntfs_decompress()515 if (!(le16_to_cpup((le16*)cb) & NTFS_SB_IS_COMPRESSED)) { in ntfs_decompress()589 pt = le16_to_cpup((le16*)cb); in ntfs_decompress()
147 le16 seqn; in set_object_id_index()
920 *(le16 *)((char *)ib + le16_to_cpu(ib->usa_ofs)) = const_cpu_to_le16(1); in ntfs_ib_alloc()2154 le16 flags; in ntfs_index_next()
1738 int ntfs_volume_write_flags(ntfs_volume *vol, const le16 flags) in ntfs_volume_write_flags()
417 le16 cs; in ntfs_attr_open()1096 *(le16*)((u8*)b+count-2) = cpu_to_le16(efs_padding_length); in ntfs_attr_pread_i()6163 le16 spcomp;
700 le16 inherited) in ntfs_inherit_acl()
172 le16 packmajor;173 le16 packminor;2198 *(le16*)((char*)ia_val + le16_to_cpu(ia_val->usa_ofs)) = in upgrade_to_large_index()