Lines Matching defs:need_to
673 int need_to;
711 need_to = ntfs_get_size_for_mapping_pairs(vol, from, 0, INT_MAX);
712 ntfs_log_info("new data run = %d bytes\n", need_to);
715 need_to = calc_attr_length(rec, need_to);
717 ntfs_log_info("Before %d, after %d\n", need_from, need_to);
719 if (need_from != need_to) {
720 if (resize_nonres_attr(ino->mrec, rec, need_to) < 0) {
733 memset(((u8*)rec) + le16_to_cpu(rec->mapping_pairs_offset), 0, need_to - le16_to_cpu(rec->mapping_pairs_offset));
737 need_to, from, 0, NULL);