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

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_migrate.c181 const shadow_fid_entry_t *fep = p; local
183 return (&fep->sfe_fid);
227 shadow_fid_entry_t *fep; local
289 if ((fep = shadow_alloc(sizeof (shadow_fid_entry_t))) == NULL)
292 fep->sfe_fid = ioc.si_fid;
293 shadow_hash_insert(seen, fep);
384 shadow_fid_entry_t *fep; local
420 while ((fep = shadow_hash_first(seen)) != NULL) {
421 shadow_hash_remove(seen, fep);
422 free(fep);
[all...]

Completed in 25 milliseconds