Lines Matching refs:rlc
1435 runlist *rlc = rl; in ntfs_dump_attribute_header() local
1442 while (rlc->length) { in ntfs_dump_attribute_header()
1444 if (rlc->lcn >= 0) { in ntfs_dump_attribute_header()
1447 (long long)rlc->vcn, in ntfs_dump_attribute_header()
1448 (long long)rlc->lcn, in ntfs_dump_attribute_header()
1449 (long long)rlc->length); in ntfs_dump_attribute_header()
1451 && (rlc->lcn != next_lcn)) in ntfs_dump_attribute_header()
1453 next_lcn = rlc->lcn + rlc->length; in ntfs_dump_attribute_header()
1457 (long long)rlc->vcn, in ntfs_dump_attribute_header()
1458 ntfs_dump_lcn(rlc->lcn), in ntfs_dump_attribute_header()
1459 (long long)rlc->length); in ntfs_dump_attribute_header()
1460 rlc++; in ntfs_dump_attribute_header()