Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dmst.c44 u16 usa_ofs, usa_count, usn; in post_read_mst_fixup() local
50 usa_count = le16_to_cpu(b->usa_count) - 1; in post_read_mst_fixup()
54 usa_ofs + (usa_count * 2) > size || in post_read_mst_fixup()
55 (size >> NTFS_BLOCK_SIZE_BITS) != usa_count) in post_read_mst_fixup()
74 while (usa_count--) { in post_read_mst_fixup()
87 usa_count = le16_to_cpu(b->usa_count) - 1; in post_read_mst_fixup()
90 while (usa_count--) { in post_read_mst_fixup()
126 u16 usa_ofs, usa_count, usn; in pre_write_mst_fixup() local
136 usa_count = le16_to_cpu(b->usa_count) - 1; in pre_write_mst_fixup()
140 usa_ofs + (usa_count * 2) > size || in pre_write_mst_fixup()
[all …]
Dlogfile.c56 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; in ntfs_check_restart_page_header() local
96 if (ntfs_is_chkd_record(rp->magic) && !le16_to_cpu(rp->usa_count)) { in ntfs_check_restart_page_header()
101 usa_count = 1 + (logfile_system_page_size >> NTFS_BLOCK_SIZE_BITS); in ntfs_check_restart_page_header()
102 if (usa_count != le16_to_cpu(rp->usa_count)) { in ntfs_check_restart_page_header()
109 usa_end = usa_ofs + usa_count * sizeof(u16); in ntfs_check_restart_page_header()
422 if ((!ntfs_is_chkd_record(trp->magic) || le16_to_cpu(trp->usa_count)) in ntfs_check_and_load_restart_page()
Dlogfile.h75 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */ member
Dlayout.h193 le16 usa_count; /* Number of le16 sized entries in the usa member
331 le16 usa_count; /* See NTFS_RECORD definition above. */ member
400 le16 usa_count; /* See NTFS_RECORD definition above. */ member
2056 le16 usa_count; /* See NTFS_RECORD definition. */ member
Dmft.c2048 m->usa_count = cpu_to_le16(vol->mft_record_size / in ntfs_mft_record_layout()
2051 m->usa_count = cpu_to_le16(1); in ntfs_mft_record_layout()
2070 (le16_to_cpu(m->usa_count) << 1) + 7) & ~7); in ntfs_mft_record_layout()