Lines Matching refs:rl
719 runlist_element *rl; in ntfs_empty_logfile() local
746 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
747 if (unlikely(!rl || vcn < rl->vcn || !rl->length)) { in ntfs_empty_logfile()
755 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
756 BUG_ON(!rl || vcn < rl->vcn || !rl->length); in ntfs_empty_logfile()
759 while (rl->length && vcn >= rl[1].vcn) in ntfs_empty_logfile()
760 rl++; in ntfs_empty_logfile()
770 lcn = rl->lcn; in ntfs_empty_logfile()
772 vcn = rl->vcn; in ntfs_empty_logfile()
776 if (unlikely(!rl->length || lcn < LCN_HOLE)) in ntfs_empty_logfile()
782 len = rl->length; in ntfs_empty_logfile()
783 if (rl[1].vcn > end_vcn) in ntfs_empty_logfile()
784 len = end_vcn - rl->vcn; in ntfs_empty_logfile()
820 } while ((++rl)->vcn < end_vcn); in ntfs_empty_logfile()