Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ntfs/
Drunlist.c1543 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()
[all …]
/linux-2.6.39/drivers/media/dvb/frontends/
Dmt352.c321 u8 trl; in mt352_get_parameters() local
343 trl = mt352_read_register(state, TRL_NOMINAL_RATE_1); in mt352_get_parameters()
406 if (trl == 0x72) in mt352_get_parameters()
408 else if (trl == 0x64) in mt352_get_parameters()