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

  /external/e2fsprogs/contrib/
fsstress.c 124 } fent_t; typedef in typeref:struct:fent
130 fent_t *fents;
276 fent_t *dcache_lookup(int);
281 void fent_to_name(pathname_t *, flist_t *, fent_t *);
284 int generate_fname(fent_t *, int, pathname_t *, int *, int *);
285 int get_fname(int, long, pathname_t *, flist_t **, fent_t **, int *);
586 fent_t *fep;
592 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t));
724 fent_t *dcache_lookup(int dirid)
726 fent_t *fep
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 97 } fent_t; typedef in typeref:struct:fent
103 fent_t *fents;
249 fent_t *dcache_lookup(int);
254 void fent_to_name(pathname_t *, flist_t *, fent_t *);
257 int generate_fname(fent_t *, int, pathname_t *, int *, int *);
258 int get_fname(int, long, pathname_t *, flist_t **, fent_t **, int *);
559 fent_t *fep;
565 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t));
697 fent_t *dcache_lookup(int dirid)
699 fent_t *fep
    [all...]

Completed in 419 milliseconds