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

Function sys_lgetfh

freebsd/kern/vfs_syscalls.c:4278–4284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4276};
4277#endif
4278int
4279sys_lgetfh(struct thread *td, struct lgetfh_args *uap)
4280{
4281
4282 return (kern_getfhat(td, AT_SYMLINK_NOFOLLOW, AT_FDCWD, uap->fname,
4283 UIO_USERSPACE, uap->fhp, UIO_USERSPACE));
4284}
4285
4286#ifndef _SYS_SYSPROTO_H_
4287struct getfh_args {

Callers

nothing calls this directly

Calls 1

kern_getfhatFunction · 0.85

Tested by

no test coverage detected