Searched defs:vop_bmap_args (Results 1 – 2 of 2) sorted by relevance
276 struct vop_bmap_args { struct277 struct m_vnode *a_vp;278 off_t a_loffset;279 off_t *a_doffsetp;280 int *a_runp;281 int *a_runb;282 buf_cmd_t a_cmd;
311 struct vop_bmap_args { struct312 struct vop_generic_args a_head;313 struct vnode *a_vp;314 off_t a_loffset;315 off_t *a_doffsetp;316 int *a_runp;317 int *a_runb;318 buf_cmd_t a_cmd; /* BUF_CMD_READ, BUF_CMD_WRITE, etc */