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

Function invfo_chmod

freebsd/kern/kern_descrip.c:5112–5118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5110}
5111
5112int
5113invfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred,
5114 struct thread *td)
5115{
5116
5117 return (EINVAL);
5118}
5119
5120int
5121invfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred,

Callers 1

pipe_chmodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected