VTON
#define VTON(vp) ((struct udf_node *)((vp)->v_data))
#define VTON(vp) (((struct mqfs_vdata *)((vp)->v_data))->mv_node)