Searched refs:num_vses (Results 1 – 1 of 1) sorted by relevance
247 int vse_id, num_vses; in write_vfat() local275 num_vses = (wlen + VSE_NAMELEN - 1)/VSE_NAMELEN; in write_vfat()276 for (vse_id = num_vses; vse_id; --vse_id) { in write_vfat()285 vse->id = (vse_id == num_vses) ? (vse_id | VSE_LAST) : vse_id; in write_vfat()289 start + num_vses - vse_id, start + num_vses); in write_vfat()292 entry.entry = start + num_vses - vse_id; in write_vfat()296 num_vses = 0; in write_vfat()299 cache = allocDirCache(Dir, start + num_vses + 1); in write_vfat()305 addUsedEntry(cache, start, start + num_vses + 1, wlongname, unixyName, in write_vfat()308 return start + num_vses; in write_vfat()