Lines Matching refs:fents
104 fent_t *fents;
549 free(flist[i].fents);
550 flist[i].fents = NULL;
566 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t));
568 fep = &ftp->fents[ftp->nfiles++];
704 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid)
714 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid)
724 dcache_purge(ftp->fents[slot].id);
727 dcache_purge(ftp->fents[ftp->nfiles - 1].id);
728 ftp->fents[slot] = ftp->fents[--ftp->nfiles];
742 for (fep = flp->fents, efep = &fep[flp->nfiles]; fep < efep; fep++) {
744 dcache_enter(dirid, fep - flp->fents);
818 for (j = 0, fep = flp->fents; j < flp->nfiles; j++, fep++) {
888 fep = &flp->fents[x - c];
2350 del_from_flist(flp - flist, fep - flp->fents);
2431 del_from_flist(FT_DIR, fep - flist[FT_DIR].fents);
2566 del_from_flist(flp - flist, fep - flp->fents);