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

Function sys_fhopen

freebsd/kern/vfs_syscalls.c:4461–4465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4459};
4460#endif
4461int
4462sys_fhopen(struct thread *td, struct fhopen_args *uap)
4463{
4464 return (kern_fhopen(td, uap->u_fhp, uap->flags));
4465}
4466
4467int
4468kern_fhopen(struct thread *td, const struct fhandle *u_fhp, int flags)

Callers

nothing calls this directly

Calls 1

kern_fhopenFunction · 0.85

Tested by

no test coverage detected