| 121 | #define VV_PROCDEP 0x0100 /* vnode is process dependent */ |
| 122 | |
| 123 | static __inline int |
| 124 | VOP_PATHCONF(struct vnode *vp, int name, register_t *retval) |
| 125 | { |
| 126 | return (0); |
| 127 | } |
| 128 | |
| 129 | static __inline int |
| 130 | VOP_GETATTR(struct vnode *vp, struct vattr *vap, struct ucred *cred) |
no outgoing calls
no test coverage detected