Lines Matching refs:short_len
549 int short_len; member
567 int short_len = 0, fill_len = 0; in __fat_readdir() local
634 short_len = fat_parse_short(sb, de, bufname, in __fat_readdir()
636 if (short_len == 0) in __fat_readdir()
642 both->short_len = short_len; in __fat_readdir()
649 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK); in __fat_readdir()
650 if (short_len == 0) in __fat_readdir()
654 fill_len = short_len; in __fat_readdir()
735 int short_len = buf->short_len; \
739 if (short_len >= sizeof(d1->d_name)) \
740 short_len = sizeof(d1->d_name) - 1; \
747 copy_to_user(d1->d_name, shortname, short_len) || \
748 put_user(0, d1->d_name + short_len) || \
749 put_user(short_len, &d1->d_reclen)) \