Searched refs:mp_size (Results 1 – 4 of 4) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | mft.c | 724 int err, mp_size; in ntfs_mft_bitmap_extend_allocation_i() local 795 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, INT_MAX); in ntfs_mft_bitmap_extend_allocation_i() 796 if (mp_size <= 0) { in ntfs_mft_bitmap_extend_allocation_i() 803 if (ntfs_attr_record_resize(m, a, mp_size + in ntfs_mft_bitmap_extend_allocation_i() 818 le16_to_cpu(a->mapping_pairs_offset), mp_size, rl2, ll, in ntfs_mft_bitmap_extend_allocation_i() 1046 int err, mp_size; in ntfs_mft_data_extend_allocation() local 1144 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, INT_MAX); in ntfs_mft_data_extend_allocation() 1145 if (mp_size <= 0) { in ntfs_mft_data_extend_allocation() 1153 mp_size + le16_to_cpu(a->mapping_pairs_offset))) { in ntfs_mft_data_extend_allocation() 1168 (u8*)a + le16_to_cpu(a->mapping_pairs_offset), mp_size, in ntfs_mft_data_extend_allocation()
|
D | attrib.c | 5112 int mp_size, mp_ofs, name_ofs, arec_size, err; local 5184 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl, 0, INT_MAX); 5185 if (mp_size < 0) { 5202 arec_size = (mp_ofs + mp_size + 7) & ~7; 5909 int err, mp_size, cur_max_mp_size, exp_max_mp_size, ret = -1; local 6071 mp_size = ntfs_get_size_for_mapping_pairs(na->ni->vol, stop_rl, 6073 if (mp_size <= 0) { 6078 if (mp_size > exp_max_mp_size) { 6086 if (ntfs_inode_free_space(na->ni, mp_size - 6111 mp_size = exp_max_mp_size; [all …]
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsresize.c | 1609 int mp_size, l; in replace_attribute_runlist() local 1623 if ((mp_size = ntfs_get_size_for_mapping_pairs(vol, rl, 0, INT_MAX)) == -1) in replace_attribute_runlist() 1639 if (mp_size > l) { in replace_attribute_runlist() 1645 mp_size = (mp_size + 7) & ~7; in replace_attribute_runlist() 1648 ntfs_log_verbose("New mp size : %d\n", mp_size); in replace_attribute_runlist() 1653 l = mp_size - l; in replace_attribute_runlist() 1682 mp = ntfs_calloc(mp_size); in replace_attribute_runlist() 1686 if (ntfs_mapping_pairs_build(vol, (u8*)mp, mp_size, rl, 0, NULL)) in replace_attribute_runlist() 1689 memmove((u8*)a + le16_to_cpu(a->mapping_pairs_offset), mp, mp_size); in replace_attribute_runlist() 3909 int mp_size; in update_runlist() local [all …]
|
/third_party/cmsis/CMSIS/RTOS2/Include/ |
D | cmsis_os2.h | 291 uint32_t mp_size; ///< size of provided memory for data storage member
|