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

Function VOP_GETATTR

lib/include/sys/vnode.h:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129static __inline int
130VOP_GETATTR(struct vnode *vp, struct vattr *vap, struct ucred *cred)
131{
132 bzero(vap, sizeof(struct vattr));
133 return (0);
134}
135
136int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
137int vn_close(struct vnode *vp, int flags, struct ucred *file_cred,

Callers 15

zfs_getextattrFunction · 0.85
zfs_mountFunction · 0.85
audit_arg_vnodeFunction · 0.85
audit_rotate_vnodeFunction · 0.85
read_manifestFunction · 0.85
parse_entryFunction · 0.85
ugidfw_check_vpFunction · 0.85
mac_veriexec_vfs_mountedFunction · 0.85
mac_veriexec_check_vpFunction · 0.85
mac_veriexec_syscallFunction · 0.85

Calls 1

bzeroFunction · 0.85

Tested by

no test coverage detected