Lines Matching defs:lth
297 int lth;
337 lth = 0;
338 while (((pos + lth) < count)
339 && (path[pos + lth] != const_cpu_to_le16('\\')))
340 lth++;
341 if (lth > 0)
342 inum = ntfs_fix_file_name(curni,&path[pos],lth);
345 if (!lth
357 if (ok && ((pos + lth) < count)) {
358 path[pos + lth] = const_cpu_to_le16('/');
359 pos += lth + 1;
364 pos += lth;
473 unsigned int lth;
496 lth = le16_to_cpu(mount_point_data->subst_name_length);
501 + offs + lth)) > size))
513 lth = le16_to_cpu(symlink_data->subst_name_length);
516 + offs + lth)) > size)
790 unsigned int lth;
815 lth = le16_to_cpu(mount_point_data->subst_name_length);
819 lth/2, mnt_point, isdir);
827 lth = le16_to_cpu(symlink_data->subst_name_length);
851 p, lth/2,
861 p, lth/2,
871 p, lth/2);
882 lth = le16_to_cpu(
885 target = (char*)ntfs_malloc(lth + 1);
888 lth);
889 target[lth] = 0;