Searched defs:usa_count (Results 1 – 6 of 6) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | mst.c | 41 is_valid_record(u32 size, u16 usa_ofs, u16 usa_count) in is_valid_record() 68 u16 usa_ofs, usa_count, usn; in ntfs_mst_post_read_fixup_warn() local 171 u16 usa_ofs, usa_count, usn; in ntfs_mst_pre_write_fixup() local 235 u16 usa_count = le16_to_cpu(b->usa_count); in ntfs_mst_post_write_fixup() local
|
D | logfile.c | 60 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; in ntfs_check_restart_page_header() local
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | logfile.h | 73 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */ member 317 le16 usa_count; /* See NTFS_RECORD definition in layout.h. */ member
|
D | layout.h | 196 le16 usa_count; /* Number of le16 sized entries in the usa member 350 le16 usa_count; /* See NTFS_RECORD definition above. */ member 425 le16 usa_count; /* See NTFS_RECORD definition above. */ member 2157 le16 usa_count; /* See NTFS_RECORD definition. */ member
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsck.c | 581 u16 usa_count, usa_ofs, attrs_offset, usa; in check_file_record() local
|
D | ntfsresize.c | 4004 int usa_count; in minimal_record() local
|