Lines Matching refs:trl

1543 		runlist_element *trl;  in ntfs_rl_truncate_nolock()  local
1548 trl = rl + 1; in ntfs_rl_truncate_nolock()
1549 while (likely(trl->length)) in ntfs_rl_truncate_nolock()
1550 trl++; in ntfs_rl_truncate_nolock()
1551 old_size = trl - runlist->rl + 1; in ntfs_rl_truncate_nolock()
1649 runlist_element *rl, *rl_end, *rl_real_end, *trl; in ntfs_rl_punch_nolock() local
1772 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 1); in ntfs_rl_punch_nolock()
1773 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1776 if (runlist->rl != trl) { in ntfs_rl_punch_nolock()
1777 rl = trl + (rl - runlist->rl); in ntfs_rl_punch_nolock()
1778 rl_end = trl + (rl_end - runlist->rl); in ntfs_rl_punch_nolock()
1779 rl_real_end = trl + (rl_real_end - runlist->rl); in ntfs_rl_punch_nolock()
1780 runlist->rl = trl; in ntfs_rl_punch_nolock()
1842 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 1); in ntfs_rl_punch_nolock()
1843 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1846 if (runlist->rl != trl) { in ntfs_rl_punch_nolock()
1847 rl = trl + (rl - runlist->rl); in ntfs_rl_punch_nolock()
1848 rl_end = trl + (rl_end - runlist->rl); in ntfs_rl_punch_nolock()
1849 rl_real_end = trl + (rl_real_end - runlist->rl); in ntfs_rl_punch_nolock()
1850 runlist->rl = trl; in ntfs_rl_punch_nolock()
1877 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 2); in ntfs_rl_punch_nolock()
1878 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1881 if (runlist->rl != trl) { in ntfs_rl_punch_nolock()
1882 rl = trl + (rl - runlist->rl); in ntfs_rl_punch_nolock()
1883 rl_end = trl + (rl_end - runlist->rl); in ntfs_rl_punch_nolock()
1884 rl_real_end = trl + (rl_real_end - runlist->rl); in ntfs_rl_punch_nolock()
1885 runlist->rl = trl; in ntfs_rl_punch_nolock()