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

Function sys_chflags

freebsd/kern/vfs_syscalls.c:2695–2701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2693};
2694#endif
2695int
2696sys_chflags(struct thread *td, struct chflags_args *uap)
2697{
2698
2699 return (kern_chflagsat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
2700 uap->flags, 0));
2701}
2702
2703#ifndef _SYS_SYSPROTO_H_
2704struct chflagsat_args {

Callers

nothing calls this directly

Calls 1

kern_chflagsatFunction · 0.85

Tested by

no test coverage detected