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

Function sys_fhlink

freebsd/kern/vfs_syscalls.c:4364–4369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4362};
4363#endif
4364int
4365sys_fhlink(struct thread *td, struct fhlink_args *uap)
4366{
4367
4368 return (kern_fhlinkat(td, AT_FDCWD, uap->to, UIO_USERSPACE, uap->fhp));
4369}
4370
4371#ifndef _SYS_SYSPROTO_H_
4372struct fhlinkat_args {

Callers

nothing calls this directly

Calls 1

kern_fhlinkatFunction · 0.85

Tested by

no test coverage detected