Searched refs:usa_count (Results 1 – 5 of 5) sorted by relevance
44 u16 usa_ofs, usa_count, usn; in post_read_mst_fixup() local50 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() local136 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 …]
55 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; in ntfs_check_restart_page_header() local95 if (ntfs_is_chkd_record(rp->magic) && !le16_to_cpu(rp->usa_count)) { in ntfs_check_restart_page_header()100 usa_count = 1 + (logfile_system_page_size >> NTFS_BLOCK_SIZE_BITS); in ntfs_check_restart_page_header()101 if (usa_count != le16_to_cpu(rp->usa_count)) { in ntfs_check_restart_page_header()108 usa_end = usa_ofs + usa_count * sizeof(u16); in ntfs_check_restart_page_header()421 if ((!ntfs_is_chkd_record(trp->magic) || le16_to_cpu(trp->usa_count)) in ntfs_check_and_load_restart_page()
193 le16 usa_count; /* Number of le16 sized entries in the usa member331 le16 usa_count; /* See NTFS_RECORD definition above. */ member400 le16 usa_count; /* See NTFS_RECORD definition above. */ member2056 le16 usa_count; /* See NTFS_RECORD definition. */ member
75 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */ member
2039 m->usa_count = cpu_to_le16(vol->mft_record_size / in ntfs_mft_record_layout()2042 m->usa_count = cpu_to_le16(1); in ntfs_mft_record_layout()2061 (le16_to_cpu(m->usa_count) << 1) + 7) & ~7); in ntfs_mft_record_layout()