Searched refs:rl_end (Results 1 – 3 of 3) sorted by relevance
93 void *rl_end; in read_ipl_report() local116 rl_end = (void *) rl_hdr + rl_hdr->len; in read_ipl_report()118 while ((void *) rb_hdr + sizeof(*rb_hdr) < rl_end && in read_ipl_report()119 (void *) rb_hdr + rb_hdr->len <= rl_end) { in read_ipl_report()146 (unsigned long)rl_end - (unsigned long)pl_hdr); in read_ipl_report()
1654 rl_end = rl; in ntfs_rl_punch_nolock()1656 while (likely(rl_end->length && end >= rl_end[1].vcn)) { in ntfs_rl_punch_nolock()1660 rl_end++; in ntfs_rl_punch_nolock()1663 if (unlikely(rl_end->length && rl_end->lcn < LCN_HOLE)) in ntfs_rl_punch_nolock()1666 if (!rl_end->length && end > rl_end->vcn) in ntfs_rl_punch_nolock()1692 rl_end++; in ntfs_rl_punch_nolock()1699 memmove(rl, rl_end, (rl_real_end - rl_end + 1) * in ntfs_rl_punch_nolock()1764 rl_end = trl + (rl_end - runlist->rl); in ntfs_rl_punch_nolock()1797 memmove(rl, rl_end, (rl_real_end - rl_end + 1) * in ntfs_rl_punch_nolock()1834 rl_end = trl + (rl_end - runlist->rl); in ntfs_rl_punch_nolock()[all …]
1310 if (rl_end) in intr_shell()