Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h225 struct vop_write_args { struct
226 struct m_vnode *a_vp;
227 struct uio *a_uio;
228 int a_ioflag;
229 struct ucred *a_cred;
/dragonfly/sys/sys/
H A Dvfsops.h180 struct vop_write_args { struct
181 struct vop_generic_args a_head;
182 struct vnode *a_vp;
183 struct uio *a_uio;
184 int a_ioflag;
185 struct ucred *a_cred;
186 struct file *a_fp; /* FUSE */