Home
last modified time | relevance | path

Searched refs:dnew (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/contrib/
Dspd_readdir.c205 struct dirent_s *ds, *dnew; in cache_dirstruct() local
213 dnew = realloc(dirstruct->dp, in cache_dirstruct()
215 if (!dnew) in cache_dirstruct()
217 dirstruct->dp = dnew; in cache_dirstruct()