Lines Matching refs:rl2
1925 runlist_element *rl, *rl2;
2229 rl2 = ntfs_cluster_alloc(vol, allocated_size >> vol->cluster_size_bits,
2233 if (IS_ERR(rl2)) {
2234 err = PTR_ERR(rl2);
2245 rl = ntfs_runlists_merge(ni->runlist.rl, rl2);
2256 if (ntfs_cluster_free_from_rl(vol, rl2)) {
2263 ntfs_free(rl2);
2271 rl2 = ntfs_rl_find_vcn_nolock(rl, ll);
2272 BUG_ON(!rl2);
2273 BUG_ON(!rl2->length);
2274 BUG_ON(rl2->lcn < LCN_HOLE);
2277 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1);
2314 mp_size, rl2, ll, -1, NULL);
2460 mapping_pairs_offset), rl2, ll, -1,