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

Function sys_lchflags

freebsd/kern/vfs_syscalls.c:2731–2737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2729};
2730#endif
2731int
2732sys_lchflags(struct thread *td, struct lchflags_args *uap)
2733{
2734
2735 return (kern_chflagsat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
2736 uap->flags, AT_SYMLINK_NOFOLLOW));
2737}
2738
2739static int
2740kern_chflagsat(struct thread *td, int fd, const char *path,

Callers

nothing calls this directly

Calls 1

kern_chflagsatFunction · 0.85

Tested by

no test coverage detected