Lines Matching refs:shortlen
2576 const ntfschar *shortname, int shortlen,
2598 collapsible = ntfs_collapsible_chars(ni->vol, shortname, shortlen,
2631 if (!ntfs_link_i(ni, dir_ni, shortname, shortlen,
2681 int shortlen = 0;
2697 shortlen = ntfs_mbstoucs(newname, &shortname);
2698 if (shortlen > MAX_DOS_NAME_LENGTH)
2699 shortlen = MAX_DOS_NAME_LENGTH;
2704 if ((shortlen < 0)
2705 || ntfs_forbidden_names(ni->vol,shortname,shortlen,TRUE)) {
2723 if ((shortlen == oldlen)
2730 shortname, shortlen,
2741 shortname, shortlen,
2771 int shortlen;
2783 shortlen = get_dos_name(ni, dnum, shortname);
2784 if (shortlen >= 0) {
2801 if (set_namespace(ni,dir_ni,shortname,shortlen,
2806 shortlen))