Lines Matching refs:rl
718 runlist_element *rl; in ntfs_empty_logfile() local
745 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
746 if (unlikely(!rl || vcn < rl->vcn || !rl->length)) { in ntfs_empty_logfile()
754 rl = log_ni->runlist.rl; in ntfs_empty_logfile()
755 BUG_ON(!rl || vcn < rl->vcn || !rl->length); in ntfs_empty_logfile()
758 while (rl->length && vcn >= rl[1].vcn) in ntfs_empty_logfile()
759 rl++; in ntfs_empty_logfile()
769 lcn = rl->lcn; in ntfs_empty_logfile()
771 vcn = rl->vcn; in ntfs_empty_logfile()
775 if (unlikely(!rl->length || lcn < LCN_HOLE)) in ntfs_empty_logfile()
781 len = rl->length; in ntfs_empty_logfile()
782 if (rl[1].vcn > end_vcn) in ntfs_empty_logfile()
783 len = end_vcn - rl->vcn; in ntfs_empty_logfile()
819 } while ((++rl)->vcn < end_vcn); in ntfs_empty_logfile()