Searched refs:aep (Results 1 – 1 of 1) sorted by relevance
359 struct xfs_attrlist_ent *aep; in xfs_ioc_attr_put_listent() local387 aep = context->buffer + context->firstu; in xfs_ioc_attr_put_listent()388 aep->a_valuelen = valuelen; in xfs_ioc_attr_put_listent()389 memcpy(aep->a_name, name, namelen); in xfs_ioc_attr_put_listent()390 aep->a_name[namelen] = 0; in xfs_ioc_attr_put_listent()
Completed in 6 milliseconds