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

Function sys_getfh

freebsd/kern/vfs_syscalls.c:4292–4298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4290};
4291#endif
4292int
4293sys_getfh(struct thread *td, struct getfh_args *uap)
4294{
4295
4296 return (kern_getfhat(td, 0, AT_FDCWD, uap->fname, UIO_USERSPACE,
4297 uap->fhp, UIO_USERSPACE));
4298}
4299
4300/*
4301 * syscall for the rpc.lockd to use to translate an open descriptor into

Callers

nothing calls this directly

Calls 1

kern_getfhatFunction · 0.85

Tested by

no test coverage detected