Searched refs:dir_start (Results 1 – 10 of 10) sorted by relevance
120 untohl(ci->dir_start)); in dir_link()160 (untohl(ci->dir_start) & ~15)); in romfs_lookup()
45 u32_be_t dir_start; member
39 const char* dir_start; member
39 const wchar_t* dir_start; member
124 dp->dir_start = cp - 1; in PRINTF_PARSE()520 d->dir[d->count].dir_start = cp; in PRINTF_PARSE()
209 if (cp != dp->dir_start) in VASNPRINTF()211 size_t n = dp->dir_start - cp; in VASNPRINTF()
57 unsigned int dir_start; member
711 This->dir_start = This->fat_start + This->num_fat * This->fat_len; in old_fat_read()712 This->clus_start = This->dir_start + This->dir_len; in old_fat_read()
1440 Fs.dir_start = Fs.num_fat * Fs.fat_len + Fs.fat_start; in mformat()1441 Fs.clus_start = Fs.dir_start + Fs.dir_len; in mformat()
371 *res = sectorsToBytes((Stream_t*)Fs, Fs->dir_start) + where; in root_map()