Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Drunlist.c1635 runlist_element *rl, *rl_end, *rl_real_end, *trl; in ntfs_rl_punch_nolock() local
1672 rl_real_end = rl_end; in ntfs_rl_punch_nolock()
1674 while (likely(rl_real_end->length)) in ntfs_rl_punch_nolock()
1675 rl_real_end++; in ntfs_rl_punch_nolock()
1676 old_size = rl_real_end - runlist->rl + 1; in ntfs_rl_punch_nolock()
1699 memmove(rl, rl_end, (rl_real_end - rl_end + 1) * in ntfs_rl_punch_nolock()
1765 rl_real_end = trl + (rl_real_end - runlist->rl); in ntfs_rl_punch_nolock()
1797 memmove(rl, rl_end, (rl_real_end - rl_end + 1) * in ntfs_rl_punch_nolock()
1835 rl_real_end = trl + (rl_real_end - runlist->rl); in ntfs_rl_punch_nolock()
1870 rl_real_end = trl + (rl_real_end - runlist->rl); in ntfs_rl_punch_nolock()
[all …]