Lines Matching refs:rl
39 * @rl:
45 void ntfs_debug_runlist_dump(const runlist_element *rl)
53 if (!rl) {
59 LCN lcn = (rl + i)->lcn;
67 (long long)rl[i].vcn, lcn_str[idx],
68 (long long)rl[i].length,
69 rl[i].length ? "" : " (runlist end)");
72 (long long)rl[i].vcn, (long long)rl[i].lcn,
73 (long long)rl[i].length,
74 rl[i].length ? "" : " (runlist end)");
75 } while (rl[i++].length);