Searched refs:mp_size (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | ea.c | 584 int mp_size, mp_ofs, name_ofs, arec_size, err; in ntfs_new_attr_flags() local 643 mp_size = ntfs_get_size_for_mapping_pairs(ni->vol, ni->runlist.rl, 0, -1, -1); in ntfs_new_attr_flags() 644 if (unlikely(mp_size < 0)) { in ntfs_new_attr_flags() 645 err = mp_size; in ntfs_new_attr_flags() 651 arec_size = (mp_ofs + mp_size + 7) & ~7; in ntfs_new_attr_flags()
|
| H A D | mft.c | 1142 int ret, mp_size; in ntfs_mft_bitmap_extend_allocation_nolock() local 1280 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1, -1); in ntfs_mft_bitmap_extend_allocation_nolock() 1281 if (unlikely(mp_size <= 0)) { in ntfs_mft_bitmap_extend_allocation_nolock() 1284 ret = mp_size; in ntfs_mft_bitmap_extend_allocation_nolock() 1291 ret = ntfs_attr_record_resize(ctx->mrec, a, mp_size + in ntfs_mft_bitmap_extend_allocation_nolock() 1305 mp_size, rl2, ll, -1, NULL, NULL, NULL); in ntfs_mft_bitmap_extend_allocation_nolock() 1575 int ret, mp_size; in ntfs_mft_data_extend_allocation_nolock() local 1715 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1, -1); in ntfs_mft_data_extend_allocation_nolock() 1716 if (unlikely(mp_size <= 0)) { in ntfs_mft_data_extend_allocation_nolock() 1719 ret = mp_size; in ntfs_mft_data_extend_allocation_nolock() [all …]
|
| H A D | attrib.c | 1777 int mp_size, mp_ofs, name_ofs, arec_size, err, err2; in ntfs_attr_make_non_resident() local 1871 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl, 0, -1, -1); in ntfs_attr_make_non_resident() 1872 if (unlikely(mp_size < 0)) { in ntfs_attr_make_non_resident() 1873 err = mp_size; in ntfs_attr_make_non_resident() 1899 arec_size = (mp_ofs + mp_size + 7) & ~7; in ntfs_attr_make_non_resident() 3544 int err = 0, mp_size, cur_max_mp_size, exp_max_mp_size; in ntfs_attr_update_mapping_pairs() local 3653 mp_size = ntfs_get_size_for_mapping_pairs(ni->vol, start_rl, in ntfs_attr_update_mapping_pairs() 3655 if (mp_size <= 0) { in ntfs_attr_update_mapping_pairs() 3656 err = mp_size; in ntfs_attr_update_mapping_pairs() 3661 if (mp_size > exp_max_mp_size) { in ntfs_attr_update_mapping_pairs() [all …]
|