Home
last modified time | relevance | path

Searched refs:fents (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c104 fent_t *fents; member
549 free(flist[i].fents); in main()
550 flist[i].fents = NULL; in main()
566 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t)); in add_to_flist()
568 fep = &ftp->fents[ftp->nfiles++]; in add_to_flist()
704 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid) in dcache_lookup()
714 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid) in dcache_purge()
724 dcache_purge(ftp->fents[slot].id); in del_from_flist()
727 dcache_purge(ftp->fents[ft in del_from_flist()
[all...]

Completed in 3 milliseconds