Home | History | Annotate | Download | only in contrib

Lines Matching full:flp

763 	flist_t *flp;
767 flp = &flist[FT_DIR];
768 for (fep = flp->fents, efep = &fep[flp->nfiles]; fep < efep; fep++) {
770 dcache_enter(dirid, fep - flp->fents);
818 void fent_to_name(pathname_t * name, flist_t * flp, fent_t * fep)
831 i = sprintf(buf, "%c%x", flp->tag, fep->id);
839 flist_t *flp;
843 for (i = 0, flp = flist; i < FT_nft; i++, flp++) {
844 for (j = 0, fep = flp->fents; j < flp->nfiles; j++, fep++) {
863 flist_t *flp;
868 flp = &flist[ft];
869 len = sprintf(buf, "%c%x", flp->tag, id = nameseq++);
893 flist_t *flp;
898 for (i = 0, c = 0, flp = flist; i < FT_nft; i++, flp++) {
900 c += flp->nfiles;
911 for (i = 0, c = 0, flp = flist; i < FT_nft; i++, flp++) {
913 if (x < c + flp->nfiles) {
914 fep = &flp->fents[x - c];
916 fent_to_name(name, flp, fep);
918 *flpp = flp;
930 c += flp->nfiles;
2135 flist_t *flp;
2143 if (!get_fname(FT_NOTDIR, r, &f, &flp, NULL, &v1)) {
2155 e = generate_fname(fep, flp - flist, &l, &id, &v1);
2170 add_to_flist(flp - flist, id, parid);
2334 flist_t *flp;
2343 if (!get_fname(FT_ANYm, r, &f, &flp, &fep, &v1)) {
2355 e = generate_fname(dfep, flp - flist, &newf, &id, &v1);
2370 if (flp - flist == FT_DIR) {
2374 del_from_flist(flp - flist, fep - flp->fents);
2375 add_to_flist(flp - flist, id, parid);
2577 flist_t *flp;
2581 if (!get_fname(FT_NOTDIR, r, &f, &flp, &fep, &v)) {
2590 del_from_flist(flp - flist, fep - flp->fents);