| 52 | #define VOP_ADVLOCK(a, b, c, d, e) (0) |
| 53 | #define VOP_UNLOCK(a) |
| 54 | static __inline int |
| 55 | vn_lock(struct vnode *vp, int flags) |
| 56 | { |
| 57 | return (0); |
| 58 | } |
| 59 | |
| 60 | static __inline int |
| 61 | vrefcnt(struct vnode *vp) |
no outgoing calls
no test coverage detected