Lines Matching refs:short_len
550 int short_len;
568 int short_len = 0, fill_len = 0;
635 short_len = fat_parse_short(sb, de, bufname,
637 if (short_len == 0)
643 both->short_len = short_len;
650 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK);
651 if (short_len == 0)
655 fill_len = short_len;
736 int short_len = buf->short_len; \
740 if (short_len >= sizeof(d1->d_name)) \
741 short_len = sizeof(d1->d_name) - 1; \
748 copy_to_user(d1->d_name, shortname, short_len) || \
749 put_user(0, d1->d_name + short_len) || \
750 put_user(short_len, &d1->d_reclen)) \