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

Function sys_fhlinkat

freebsd/kern/vfs_syscalls.c:4378–4383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4376};
4377#endif
4378int
4379sys_fhlinkat(struct thread *td, struct fhlinkat_args *uap)
4380{
4381
4382 return (kern_fhlinkat(td, uap->tofd, uap->to, UIO_USERSPACE, uap->fhp));
4383}
4384
4385static int
4386kern_fhlinkat(struct thread *td, int fd, const char *path,

Callers

nothing calls this directly

Calls 1

kern_fhlinkatFunction · 0.85

Tested by

no test coverage detected