Searched refs:aep (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/
H A Dxfs_attr_list.c558 attrlist_ent_t *aep; xfs_attr_put_listent() local
587 aep = (attrlist_ent_t *)&context->alist[context->firstu]; xfs_attr_put_listent()
588 aep->a_valuelen = valuelen; xfs_attr_put_listent()
589 memcpy(aep->a_name, name, namelen); xfs_attr_put_listent()
590 aep->a_name[namelen] = 0; xfs_attr_put_listent()
/linux-4.4.14/drivers/misc/mic/scif/
H A Dscif_api.c223 struct scif_endpt *aep; scif_close() local
236 aep = list_first_entry(&ep->li_accept, scif_close()
238 list_del(&aep->liacceptlist); scif_close()
239 scif_put_port(aep->port.port); scif_close()
243 if (tmpep == aep) { scif_close()
253 if (tmpep == aep) { scif_close()
261 if (tmpep == aep) { scif_close()
267 scif_teardown_ep(aep); scif_close()
269 scif_add_epd_to_zombie_list(aep, SCIF_EPLOCK_HELD); scif_close()

Completed in 86 milliseconds