Lines Matching defs:flp
737 flist_t *flp;
741 flp = &flist[FT_DIR];
742 for (fep = flp->fents, efep = &fep[flp->nfiles]; fep < efep; fep++) {
744 dcache_enter(dirid, fep - flp->fents);
792 void fent_to_name(pathname_t * name, flist_t * flp, fent_t * fep)
805 i = sprintf(buf, "%c%x", flp->tag, fep->id);
813 flist_t *flp;
817 for (i = 0, flp = flist; i < FT_nft; i++, flp++) {
818 for (j = 0, fep = flp->fents; j < flp->nfiles; j++, fep++) {
837 flist_t *flp;
842 flp = &flist[ft];
843 len = sprintf(buf, "%c%x", flp->tag, id = nameseq++);
867 flist_t *flp;
872 for (i = 0, c = 0, flp = flist; i < FT_nft; i++, flp++) {
874 c += flp->nfiles;
885 for (i = 0, c = 0, flp = flist; i < FT_nft; i++, flp++) {
887 if (x < c + flp->nfiles) {
888 fep = &flp->fents[x - c];
890 fent_to_name(name, flp, fep);
892 *flpp = flp;
904 c += flp->nfiles;
2111 flist_t *flp;
2119 if (!get_fname(FT_NOTDIR, r, &f, &flp, NULL, &v1)) {
2131 e = generate_fname(fep, flp - flist, &l, &id, &v1);
2146 add_to_flist(flp - flist, id, parid);
2310 flist_t *flp;
2319 if (!get_fname(FT_ANYm, r, &f, &flp, &fep, &v1)) {
2331 e = generate_fname(dfep, flp - flist, &newf, &id, &v1);
2346 if (flp - flist == FT_DIR) {
2350 del_from_flist(flp - flist, fep - flp->fents);
2351 add_to_flist(flp - flist, id, parid);
2553 flist_t *flp;
2557 if (!get_fname(FT_NOTDIR, r, &f, &flp, &fep, &v)) {
2566 del_from_flist(flp - flist, fep - flp->fents);