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

Function invfo_chown

freebsd/kern/kern_descrip.c:5120–5126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5118}
5119
5120int
5121invfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred,
5122 struct thread *td)
5123{
5124
5125 return (EINVAL);
5126}
5127
5128int
5129invfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio,

Callers 1

pipe_chownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected