Lines Matching refs:flp
736 flist_t *flp;
740 flp = &flist[FT_DIR];
741 for (fep = flp->fents, efep = &fep[flp->nfiles]; fep < efep; fep++) {
743 dcache_enter(dirid, fep - flp->fents);
791 void fent_to_name(pathname_t * name, flist_t * flp, fent_t * fep)
804 i = sprintf(buf, "%c%x", flp->tag, fep->id);
812 flist_t *flp;
816 for (i = 0, flp = flist; i < FT_nft; i++, flp++) {
817 for (j = 0, fep = flp->fents; j < flp->nfiles; j++, fep++) {
836 flist_t *flp;
841 flp = &flist[ft];
842 len = sprintf(buf, "%c%x", flp->tag, id = nameseq++);
866 flist_t *flp;
871 for (i = 0, c = 0, flp = flist; i < FT_nft; i++, flp++) {
873 c += flp->nfiles;
884 for (i = 0, c = 0, flp = flist; i < FT_nft; i++, flp++) {
886 if (x < c + flp->nfiles) {
887 fep = &flp->fents[x - c];
889 fent_to_name(name, flp, fep);
891 *flpp = flp;
903 c += flp->nfiles;
2110 flist_t *flp;
2118 if (!get_fname(FT_NOTDIR, r, &f, &flp, NULL, &v1)) {
2130 e = generate_fname(fep, flp - flist, &l, &id, &v1);
2145 add_to_flist(flp - flist, id, parid);
2309 flist_t *flp;
2318 if (!get_fname(FT_ANYm, r, &f, &flp, &fep, &v1)) {
2330 e = generate_fname(dfep, flp
2345 if (flp - flist == FT_DIR) {
2349 del_from_flist(flp - flist, fep - flp->fents);
2350 add_to_flist(flp - flist, id, parid);
2552 flist_t *flp;
2556 if (!get_fname(FT_NOTDIR, r, &f, &flp, &fep, &v)) {
2565 del_from_flist(flp - flist, fep - flp->fents);