Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs/
A Drunlist.c1654 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 …]
/linux-6.3-rc2/arch/s390/boot/
A 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.3-rc2/tools/bpf/
A Dbpf_dbg.c1310 if (rl_end) in intr_shell()

Completed in 13 milliseconds