Lines Matching refs:short_len
550 int short_len; member
568 int short_len = 0, fill_len = 0; in __fat_readdir() local
635 short_len = fat_parse_short(sb, de, bufname, in __fat_readdir()
637 if (short_len == 0) in __fat_readdir()
643 both->short_len = short_len; in __fat_readdir()
650 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK); in __fat_readdir()
651 if (short_len == 0) in __fat_readdir()
655 fill_len = short_len; in __fat_readdir()
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)) \