Home
last modified time | relevance | path

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

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