Lines Matching refs:rl
733 runlist_element *rl; in ntfs_empty_logfile() local
760 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
761 if (unlikely(!rl || vcn < rl->vcn || !rl->length)) { in ntfs_empty_logfile()
769 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
770 BUG_ON(!rl || vcn < rl->vcn || !rl->length); in ntfs_empty_logfile()
773 while (rl->length && vcn >= rl[1].vcn) in ntfs_empty_logfile()
774 rl++; in ntfs_empty_logfile()
784 lcn = rl->lcn; in ntfs_empty_logfile()
786 vcn = rl->vcn; in ntfs_empty_logfile()
790 if (unlikely(!rl->length || lcn < LCN_HOLE)) in ntfs_empty_logfile()
796 len = rl->length; in ntfs_empty_logfile()
797 if (rl[1].vcn > end_vcn) in ntfs_empty_logfile()
798 len = end_vcn - rl->vcn; in ntfs_empty_logfile()
834 } while ((++rl)->vcn < end_vcn); in ntfs_empty_logfile()