Searched refs:short_len (Results 1 – 1 of 1) sorted by relevance
552 int short_len; member570 int short_len = 0, fill_len = 0; in __fat_readdir() local645 short_len = fat_parse_short(sb, de, bufname, sbi->options.dotsOK); in __fat_readdir()646 if (short_len == 0) in __fat_readdir()656 p->short_len = short_len; in __fat_readdir()661 fill_len = short_len; in __fat_readdir()733 int short_len = buf->short_len; \737 if (short_len >= sizeof(d1->d_name)) \738 short_len = sizeof(d1->d_name) - 1; \745 copy_to_user(d1->d_name, shortname, short_len) || \[all …]