Lines Matching refs:rl
732 runlist_element *rl; in ntfs_empty_logfile() local
759 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
760 if (unlikely(!rl || vcn < rl->vcn || !rl->length)) { in ntfs_empty_logfile()
768 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
769 BUG_ON(!rl || vcn < rl->vcn || !rl->length); in ntfs_empty_logfile()
772 while (rl->length && vcn >= rl[1].vcn) in ntfs_empty_logfile()
773 rl++; in ntfs_empty_logfile()
783 lcn = rl->lcn; in ntfs_empty_logfile()
785 vcn = rl->vcn; in ntfs_empty_logfile()
789 if (unlikely(!rl->length || lcn < LCN_HOLE)) in ntfs_empty_logfile()
795 len = rl->length; in ntfs_empty_logfile()
796 if (rl[1].vcn > end_vcn) in ntfs_empty_logfile()
797 len = end_vcn - rl->vcn; in ntfs_empty_logfile()
833 } while ((++rl)->vcn < end_vcn); in ntfs_empty_logfile()