Lines Matching refs:rlc
1308 runlist *rlc; in ntfs_attr_fill_hole() local
1360 rlc = *rl; in ntfs_attr_fill_hole()
1361 while (rlc->vcn) { in ntfs_attr_fill_hole()
1362 rlc--; in ntfs_attr_fill_hole()
1363 if (rlc->lcn >= 0) { in ntfs_attr_fill_hole()
1371 lcn_seek_from = rlc->lcn + rlc->length; in ntfs_attr_fill_hole()
1373 lcn_seek_from = rlc->lcn + (from_vcn - rlc->vcn); in ntfs_attr_fill_hole()
1379 rlc = *rl; in ntfs_attr_fill_hole()
1380 while (rlc->length) { in ntfs_attr_fill_hole()
1381 rlc++; in ntfs_attr_fill_hole()
1382 if (rlc->lcn >= 0) { in ntfs_attr_fill_hole()
1383 lcn_seek_from = rlc->lcn - (rlc->vcn - from_vcn); in ntfs_attr_fill_hole()
1418 rlc = ntfs_cluster_alloc(vol, alloc_vcn, need, in ntfs_attr_fill_hole()
1421 rlc = ntfs_cluster_alloc(vol, from_vcn, need, in ntfs_attr_fill_hole()
1423 if (!rlc) in ntfs_attr_fill_hole()
1428 *rl = ntfs_runlists_merge(na->rl, rlc); in ntfs_attr_fill_hole()
1443 if (ntfs_cluster_free_from_rl(vol, rlc)) { in ntfs_attr_fill_hole()