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

Function sys_chown

freebsd/kern/vfs_syscalls.c:2950–2956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2948};
2949#endif
2950int
2951sys_chown(struct thread *td, struct chown_args *uap)
2952{
2953
2954 return (kern_fchownat(td, AT_FDCWD, uap->path, UIO_USERSPACE, uap->uid,
2955 uap->gid, 0));
2956}
2957
2958#ifndef _SYS_SYSPROTO_H_
2959struct fchownat_args {

Callers

nothing calls this directly

Calls 1

kern_fchownatFunction · 0.85

Tested by

no test coverage detected