Searched refs:mpa_size (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/ |
H A D | mkntfs.c | 1136 int asize, mpa_size, err, i; in insert_positioned_attr_in_mft_record() local 1190 mpa_size = 0; /* get_size_for_compressed_mapping_pairs(rl); */ in insert_positioned_attr_in_mft_record() 1192 mpa_size = 0; in insert_positioned_attr_in_mft_record() 1196 mpa_size = ntfs_get_size_for_mapping_pairs(g_vol, rl, 0, INT_MAX); in insert_positioned_attr_in_mft_record() 1197 if (mpa_size < 0) { in insert_positioned_attr_in_mft_record() 1204 mpa_size = 0; in insert_positioned_attr_in_mft_record() 1208 asize = (((int)hdr_size + ((name_len + 7) & ~7) + mpa_size) + 7) & ~7; in insert_positioned_attr_in_mft_record() 1294 ((name_len + 7) & ~7), mpa_size, rl, 0, NULL); in insert_positioned_attr_in_mft_record() 1327 int asize, mpa_size, err, i; in insert_non_resident_attr_in_mft_record() local 1392 mpa_size = 0; /* get_size_for_compressed_mapping_pairs(rl); */ in insert_non_resident_attr_in_mft_record() [all …]
|