Lines Matching refs:trl

1529 		runlist_element *trl;  in ntfs_rl_truncate_nolock()  local
1534 trl = rl + 1; in ntfs_rl_truncate_nolock()
1535 while (likely(trl->length)) in ntfs_rl_truncate_nolock()
1536 trl++; in ntfs_rl_truncate_nolock()
1537 old_size = trl - runlist->rl + 1; in ntfs_rl_truncate_nolock()
1635 runlist_element *rl, *rl_end, *rl_real_end, *trl; in ntfs_rl_punch_nolock() local
1758 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 1); in ntfs_rl_punch_nolock()
1759 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1762 if (runlist->rl != trl) { in ntfs_rl_punch_nolock()
1763 rl = trl + (rl - runlist->rl); in ntfs_rl_punch_nolock()
1764 rl_end = trl + (rl_end - runlist->rl); in ntfs_rl_punch_nolock()
1765 rl_real_end = trl + (rl_real_end - runlist->rl); in ntfs_rl_punch_nolock()
1766 runlist->rl = trl; in ntfs_rl_punch_nolock()
1828 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 1); in ntfs_rl_punch_nolock()
1829 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1832 if (runlist->rl != trl) { in ntfs_rl_punch_nolock()
1833 rl = trl + (rl - runlist->rl); in ntfs_rl_punch_nolock()
1834 rl_end = trl + (rl_end - runlist->rl); in ntfs_rl_punch_nolock()
1835 rl_real_end = trl + (rl_real_end - runlist->rl); in ntfs_rl_punch_nolock()
1836 runlist->rl = trl; in ntfs_rl_punch_nolock()
1863 trl = ntfs_rl_realloc(runlist->rl, old_size, old_size + 2); in ntfs_rl_punch_nolock()
1864 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1867 if (runlist->rl != trl) { in ntfs_rl_punch_nolock()
1868 rl = trl + (rl - runlist->rl); in ntfs_rl_punch_nolock()
1869 rl_end = trl + (rl_end - runlist->rl); in ntfs_rl_punch_nolock()
1870 rl_real_end = trl + (rl_real_end - runlist->rl); in ntfs_rl_punch_nolock()
1871 runlist->rl = trl; in ntfs_rl_punch_nolock()