mdesc_next_arc
u64 mdesc_next_arc(struct mdesc_handle *handle, u64 from,
for (__arc = mdesc_next_arc(__hdl, __node, __type); \
__arc = mdesc_next_arc(__hdl, __arc, __type))
EXPORT_SYMBOL(mdesc_next_arc);