Home
last modified time | relevance | path

Searched defs:vop_mountctl_args (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h314 struct vop_mountctl_args { struct
315 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;
/dflybsd-src/sys/sys/
H A Dvfsops.h433 struct vop_mountctl_args { struct
434 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;