MCPcopy Create free account
hub / github.com/F-Stack/f-stack / VOP_PATHCONF

Function VOP_PATHCONF

lib/include/sys/vnode.h:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

kern_fpathconfFunction · 0.85
kern_pathconfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected