OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 132 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025