Lines Matching refs:update_from
1302 runlist_element **rl, VCN *update_from) in ntfs_attr_fill_hole() argument
1452 if ((*update_from == -1) || (from_vcn < *update_from)) in ntfs_attr_fill_hole()
1453 *update_from = from_vcn; in ntfs_attr_fill_hole()
1518 s64 pos, s64 count, VCN *update_from) in split_compressed_hole() argument
1660 if ((*update_from == -1) || ((*prl)->vcn < *update_from)) in split_compressed_hole()
1661 *update_from = (*prl)->vcn; in split_compressed_hole()
1680 s64 pos, s64 count, VCN *update_from, BOOL wasnonresident) argument
1806 &xofs, &zrl, update_from))
1820 if ((*update_from == -1) || ((*prl)->vcn < *update_from))
1821 *update_from = (*prl)->vcn;
1852 VCN update_from = -1; local
2029 if ((update_from == -1) || (block_begin < update_from))
2030 update_from = block_begin;
2153 &rl, pos, count, &update_from);
2163 &rl, pos, count, &update_from,
2212 &update_from))
2264 &update_from);
2278 &update_from);
2314 (update_from < 0 ? 0 : update_from))) {
2431 VCN update_from = -1; local
2556 if (ntfs_attr_fill_hole(na, (s64)0, &ofs, &rl, &update_from))
2567 if (update_from < 0) update_from = 0;
2569 failed = ntfs_compressed_close(na, rl, ofs, &update_from);
2591 if (ntfs_attr_update_mapping_pairs(na, update_from)) {