Lines Matching refs:mp_size
1548 int mp_size, mp_ofs, name_ofs, arec_size, err, err2; in ntfs_attr_make_non_resident() local
1600 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl, 0, -1); in ntfs_attr_make_non_resident()
1601 if (unlikely(mp_size < 0)) { in ntfs_attr_make_non_resident()
1602 err = mp_size; in ntfs_attr_make_non_resident()
1651 arec_size = (mp_ofs + mp_size + 7) & ~7; in ntfs_attr_make_non_resident()
1918 int err, mp_size; in ntfs_attr_extend_allocation() local
2268 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1); in ntfs_attr_extend_allocation()
2269 if (unlikely(mp_size <= 0)) { in ntfs_attr_extend_allocation()
2270 err = mp_size; in ntfs_attr_extend_allocation()
2283 err = ntfs_attr_record_resize(m, a, mp_size + in ntfs_attr_extend_allocation()
2305 mp_size, rl2, ll, -1, NULL); in ntfs_attr_extend_allocation()