Home
last modified time | relevance | path

Searched refs:usa_ofs (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ntfs/
A Dmst.c30 u16 usa_ofs, usa_count, usn; in post_read_mst_fixup() local
34 usa_ofs = le16_to_cpu(b->usa_ofs); in post_read_mst_fixup()
39 usa_ofs & 1 || in post_read_mst_fixup()
40 usa_ofs + (usa_count * 2) > size || in post_read_mst_fixup()
44 usa_pos = (u16*)b + usa_ofs/sizeof(u16); in post_read_mst_fixup()
112 u16 usa_ofs, usa_count, usn; in pre_write_mst_fixup() local
120 usa_ofs = le16_to_cpu(b->usa_ofs); in pre_write_mst_fixup()
125 usa_ofs & 1 || in pre_write_mst_fixup()
126 usa_ofs + (usa_count * 2) > size || in pre_write_mst_fixup()
130 usa_pos = (le16*)((u8*)b + usa_ofs); in pre_write_mst_fixup()
[all …]
A Dlogfile.c42 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; in ntfs_check_restart_page_header() local
94 usa_ofs = le16_to_cpu(rp->usa_ofs); in ntfs_check_restart_page_header()
95 usa_end = usa_ofs + usa_count * sizeof(u16); in ntfs_check_restart_page_header()
96 if (usa_ofs < sizeof(RESTART_PAGE_HEADER) || in ntfs_check_restart_page_header()
A Dlogfile.h57 /* 4*/ le16 usa_ofs; /* See NTFS_RECORD definition in layout.h. member
A Dlayout.h177 le16 usa_ofs; /* Offset to the Update Sequence Array (usa) member
316 le16 usa_ofs; /* See NTFS_RECORD definition above. */ member
385 le16 usa_ofs; /* See NTFS_RECORD definition above. */ member
2041 le16 usa_ofs; /* See NTFS_RECORD definition. */ member
A Dmft.c2022 m->usa_ofs = cpu_to_le16((sizeof(MFT_RECORD_OLD) + 1) & ~1); in ntfs_mft_record_layout()
2024 m->usa_ofs = cpu_to_le16((sizeof(MFT_RECORD) + 1) & ~1); in ntfs_mft_record_layout()
2047 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = cpu_to_le16(1); in ntfs_mft_record_layout()
2055 m->attrs_offset = cpu_to_le16((le16_to_cpu(m->usa_ofs) + in ntfs_mft_record_layout()
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()

Completed in 17 milliseconds