Searched defs:vop_mountctl_args (Results 1 – 2 of 2) sorted by relevance
314 struct vop_mountctl_args { struct315 int a_op;316 struct file *a_fp;317 const void *a_ctl;318 int a_ctllen;319 void *a_buf;320 int a_buflen;321 int *a_res;322 struct m_vnode *a_vp;
433 struct vop_mountctl_args { struct434 struct vop_generic_args a_head;435 int a_op;436 struct file *a_fp;437 const void *a_ctl;438 int a_ctllen;439 void *a_buf;440 int a_buflen;441 int *a_res;442 struct vnode *a_vp;