Searched defs:fep (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/com32/lib/syslinux/
H A Dmovebits.c645 struct syslinux_movelist **fep = &frags; local
662 *fep = mv;
663 fep = &mv->next;
672 *fep = NULL;
/external/e2fsprogs/contrib/
H A Dfsstress.c586 fent_t *fep; local
594 fep = &ftp->fents[ftp->nfiles++];
595 fep->id = id;
596 fep->parent = parent;
726 fent_t *fep; local
730 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid)
731 return fep;
762 fent_t *fep; local
765 if ((fep = dcache_lookup(dirid)))
766 return fep;
818 fent_to_name(pathname_t * name, flist_t * flp, fent_t * fep) argument
838 fent_t *fep; local
860 generate_fname(fent_t * fep, int ft, pathname_t * name, int *idp, int *v) argument
892 fent_t *fep; local
1712 fent_t *fep; local
2134 fent_t *fep; local
2182 fent_t *fep; local
2217 fent_t *fep; local
2333 fent_t *fep; local
2442 fent_t *fep; local
2486 fent_t *fep; local
2576 fent_t *fep; local
[all...]
/external/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c559 fent_t *fep; local
567 fep = &ftp->fents[ftp->nfiles++];
568 fep->id = id;
569 fep->parent = parent;
699 fent_t *fep; local
703 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid)
704 return fep;
735 fent_t *fep; local
738 if ((fep = dcache_lookup(dirid)))
739 return fep;
791 fent_to_name(pathname_t * name, flist_t * flp, fent_t * fep) argument
811 fent_t *fep; local
833 generate_fname(fent_t * fep, int ft, pathname_t * name, int *idp, int *v) argument
865 fent_t *fep; local
1687 fent_t *fep; local
2109 fent_t *fep; local
2157 fent_t *fep; local
2192 fent_t *fep; local
2308 fent_t *fep; local
2417 fent_t *fep; local
2461 fent_t *fep; local
2551 fent_t *fep; local
[all...]

Completed in 102 milliseconds