HomeSort by: relevance | last modified time | path
    Searched defs:vnode_has_op (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
vnd.c 190 static bool vnode_has_op(const struct vnode *, int);
585 return vnode_has_op(vnd->sc_vp, VOFFSET(vop_bmap)) &&
586 vnode_has_op(vnd->sc_vp, VOFFSET(vop_strategy));
781 vnode_has_op(const struct vnode *vp, int opoffset) function in typeref:typename:bool
vnd.c 190 static bool vnode_has_op(const struct vnode *, int);
585 return vnode_has_op(vnd->sc_vp, VOFFSET(vop_bmap)) &&
586 vnode_has_op(vnd->sc_vp, VOFFSET(vop_strategy));
781 vnode_has_op(const struct vnode *vp, int opoffset) function in typeref:typename:bool

Completed in 29 milliseconds