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 | 1172 int ret, mp_size; in ntfs_mft_bitmap_extend_allocation_nolock() local 1310 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1, -1); in ntfs_mft_bitmap_extend_allocation_nolock() 1311 if (unlikely(mp_size <= 0)) { in ntfs_mft_bitmap_extend_allocation_nolock() 1314 ret = mp_size; in ntfs_mft_bitmap_extend_allocation_nolock() 1321 ret = ntfs_attr_record_resize(ctx->mrec, a, mp_size + in ntfs_mft_bitmap_extend_allocation_nolock() 1335 mp_size, rl2, ll, -1, NULL, NULL, NULL); in ntfs_mft_bitmap_extend_allocation_nolock() 1605 int ret, mp_size; in ntfs_mft_data_extend_allocation_nolock() local 1745 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1, -1); in ntfs_mft_data_extend_allocation_nolock() 1746 if (unlikely(mp_size <= 0)) { in ntfs_mft_data_extend_allocation_nolock() 1749 ret = mp_size; in ntfs_mft_data_extend_allocation_nolock() [all …]
|
| H A D | attrib.c | 1775 int mp_size, mp_ofs, name_ofs, arec_size, err, err2; in ntfs_attr_make_non_resident() local 1869 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl, 0, -1, -1); in ntfs_attr_make_non_resident() 1870 if (unlikely(mp_size < 0)) { in ntfs_attr_make_non_resident() 1871 err = mp_size; in ntfs_attr_make_non_resident() 1897 arec_size = (mp_ofs + mp_size + 7) & ~7; in ntfs_attr_make_non_resident() 3542 int err = 0, mp_size, cur_max_mp_size, exp_max_mp_size; in ntfs_attr_update_mapping_pairs() local 3651 mp_size = ntfs_get_size_for_mapping_pairs(ni->vol, start_rl, in ntfs_attr_update_mapping_pairs() 3653 if (mp_size <= 0) { in ntfs_attr_update_mapping_pairs() 3654 err = mp_size; in ntfs_attr_update_mapping_pairs() 3659 if (mp_size > exp_max_mp_size) { in ntfs_attr_update_mapping_pairs() [all …]
|