Home
last modified time | relevance | path

Searched refs:rl_end (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/ntfs/
Drunlist.c1635 runlist_element *rl, *rl_end, *rl_real_end, *trl; in ntfs_rl_punch_nolock() local
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()
1658 if (unlikely(rl_end->lcn < LCN_HOLE)) 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()
1672 rl_real_end = rl_end; in ntfs_rl_punch_nolock()
1691 if (rl_end->lcn == LCN_HOLE) { in ntfs_rl_punch_nolock()
1692 rl_end++; in ntfs_rl_punch_nolock()
[all …]
/linux-6.1.9/arch/s390/boot/
Dipl_report.c107 void *rl_end; in read_ipl_report() local
130 rl_end = (void *) rl_hdr + rl_hdr->len; in read_ipl_report()
132 while ((void *) rb_hdr + sizeof(*rb_hdr) < rl_end && in read_ipl_report()
133 (void *) rb_hdr + rb_hdr->len <= rl_end) { in read_ipl_report()
/linux-6.1.9/tools/bpf/
Dbpf_dbg.c1310 if (rl_end) in intr_shell()