Lines Matching refs:mp_size
1558 int mp_size, mp_ofs, name_ofs, arec_size, err, err2; in ntfs_attr_make_non_resident() local
1610 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl, 0, -1); in ntfs_attr_make_non_resident()
1611 if (unlikely(mp_size < 0)) { in ntfs_attr_make_non_resident()
1612 err = mp_size; in ntfs_attr_make_non_resident()
1661 arec_size = (mp_ofs + mp_size + 7) & ~7; in ntfs_attr_make_non_resident()
1927 int err, mp_size; in ntfs_attr_extend_allocation() local
2277 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1); in ntfs_attr_extend_allocation()
2278 if (unlikely(mp_size <= 0)) { in ntfs_attr_extend_allocation()
2279 err = mp_size; in ntfs_attr_extend_allocation()
2292 err = ntfs_attr_record_resize(m, a, mp_size + in ntfs_attr_extend_allocation()
2314 mp_size, rl2, ll, -1, NULL); in ntfs_attr_extend_allocation()