Home
last modified time | relevance | path

Searched refs:le16 (Results 1 – 10 of 10) sorted by relevance

/linux/fs/ntfs/
A Dlayout.h40 le16 reserved_sectors; /* zero */
42 le16 root_entries; /* zero */
43 le16 sectors; /* zero */
45 le16 sectors_per_fat; /* zero */
46 le16 sectors_per_track; /* irrelevant */
47 le16 heads; /* irrelevant */
240 typedef le16 MFT_RECORD_FLAGS;
600 typedef le16 ATTR_FLAGS;
1618 le16 alignment2;
1905 typedef le16 VOLUME_FLAGS;
[all …]
A Dlogfile.h57 /* 4*/ le16 usa_ofs; /* See NTFS_RECORD definition in layout.h.
61 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */
105 typedef le16 RESTART_AREA_FLAGS;
120 /* 8*/ le16 log_clients; /* Number of log client records in the array of
139 /* 12*/ le16 client_in_use_list;/* The index of the first in-use log client
178 /* 20*/ le16 restart_area_length;/* Length of the restart area including the
186 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to
224 /* 36*/ le16 log_record_header_length;/* Byte size of the log record header.
260 /* 16*/ le16 prev_client; /* The offset to the previous log client record
265 /* 18*/ le16 next_client; /* The offset to the next log client record in
[all …]
A Dmst.c111 le16 *usa_pos, *data_pos; in pre_write_mst_fixup()
113 le16 le_usn; in pre_write_mst_fixup()
130 usa_pos = (le16*)((u8*)b + usa_ofs); in pre_write_mst_fixup()
141 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in pre_write_mst_fixup()
152 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in pre_write_mst_fixup()
167 le16 *usa_pos, *data_pos; in post_write_mst_fixup()
173 usa_pos = (le16*)b + usa_ofs/sizeof(le16); in post_write_mst_fixup()
176 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in post_write_mst_fixup()
187 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in post_write_mst_fixup()
A Dusnjrnl.h159 /* 4*/le16 major_ver; /* Major version of the transaction log used
161 /* 6*/le16 minor_ver; /* Minor version of the transaction log used
178 /*0x38*/le16 file_name_size; /* Size of the file name in bytes. */
179 /*0x3a*/le16 file_name_offset; /* Offset to the file name in bytes from the
A Dtypes.h14 typedef __le16 le16; typedef
22 typedef le16 ntfschar;
A Dendian.h21 return le16_to_cpu((__force le16)x); in sle16_to_cpu()
36 return le16_to_cpu(*(__force le16*)x); in sle16_to_cpup()
A Dcompress.c195 if (cb == cb_end || !le16_to_cpup((le16*)cb) || in ntfs_decompress()
245 cb_sb_end = cb_sb_start + (le16_to_cpup((le16*)cb) & NTFS_SB_SIZE_MASK) in ntfs_decompress()
267 if (!(le16_to_cpup((le16*)cb) & NTFS_SB_IS_COMPRESSED)) { in ntfs_decompress()
372 pt = le16_to_cpup((le16*)cb); in ntfs_decompress()
A Dmft.c2047 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = cpu_to_le16(1); in ntfs_mft_record_layout()
2252 le16 seq_no, usn; in ntfs_mft_record_alloc()
2552 usn = *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)); in ntfs_mft_record_alloc()
2565 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn; in ntfs_mft_record_alloc()
2780 le16 old_seq_no; in ntfs_extent_mft_record_free()
/linux/arch/powerpc/include/asm/
A Dio.h999 #define clrsetbits_le16(addr, clear, set) clrsetbits(le16, addr, clear, set)
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_main.c4335 #define le16(__p) ((__p)[0] | ((__p)[1] << 8)) in phy_aq1202_version() macro
4336 #define le24(__p) (le16(__p) | ((__p)[2] << 16)) in phy_aq1202_version()
4343 #undef le16 in phy_aq1202_version()

Completed in 32 milliseconds