Lines Matching refs:mp_size
1572 int mp_size, mp_ofs, name_ofs, arec_size, err, err2; in ntfs_attr_make_non_resident() local
1624 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl, 0, -1); in ntfs_attr_make_non_resident()
1625 if (unlikely(mp_size < 0)) { in ntfs_attr_make_non_resident()
1626 err = mp_size; in ntfs_attr_make_non_resident()
1675 arec_size = (mp_ofs + mp_size + 7) & ~7; in ntfs_attr_make_non_resident()
1941 int err, mp_size; in ntfs_attr_extend_allocation() local
2291 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1); in ntfs_attr_extend_allocation()
2292 if (unlikely(mp_size <= 0)) { in ntfs_attr_extend_allocation()
2293 err = mp_size; in ntfs_attr_extend_allocation()
2306 err = ntfs_attr_record_resize(m, a, mp_size + in ntfs_attr_extend_allocation()
2328 mp_size, rl2, ll, -1, NULL); in ntfs_attr_extend_allocation()