HomeSort by relevance Sort by last modified time
    Searched refs:fents (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/contrib/
fsstress.c 130 fent_t *fents; member in struct:flist
575 free(flist[i].fents);
576 flist[i].fents = NULL;
592 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t));
594 fep = &ftp->fents[ftp->nfiles++];
730 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid)
740 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid)
750 dcache_purge(ftp->fents[slot].id);
753 dcache_purge(ftp->fents[ftp->nfiles - 1].id)
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 103 fent_t *fents; member in struct:flist
548 free(flist[i].fents);
549 flist[i].fents = NULL;
565 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t));
567 fep = &ftp->fents[ftp->nfiles++];
703 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid)
713 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid)
723 dcache_purge(ftp->fents[slot].id);
726 dcache_purge(ftp->fents[ftp->nfiles - 1].id)
    [all...]

Completed in 82 milliseconds