Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ntfs/
Drunlist.c1649 runlist_element *rl, *rl_end, *rl_real_end, *trl; in ntfs_rl_punch_nolock() local
1668 rl_end = rl; in ntfs_rl_punch_nolock()
1670 while (likely(rl_end->length && end >= rl_end[1].vcn)) { in ntfs_rl_punch_nolock()
1672 if (unlikely(rl_end->lcn < LCN_HOLE)) in ntfs_rl_punch_nolock()
1674 rl_end++; in ntfs_rl_punch_nolock()
1677 if (unlikely(rl_end->length && rl_end->lcn < LCN_HOLE)) in ntfs_rl_punch_nolock()
1680 if (!rl_end->length && end > rl_end->vcn) in ntfs_rl_punch_nolock()
1686 rl_real_end = rl_end; in ntfs_rl_punch_nolock()
1705 if (rl_end->lcn == LCN_HOLE) { in ntfs_rl_punch_nolock()
1706 rl_end++; in ntfs_rl_punch_nolock()
[all …]
/Linux-v4.19/tools/bpf/
Dbpf_dbg.c1310 if (rl_end) in intr_shell()