| 4459 | }; |
| 4460 | #endif |
| 4461 | int |
| 4462 | sys_fhopen(struct thread *td, struct fhopen_args *uap) |
| 4463 | { |
| 4464 | return (kern_fhopen(td, uap->u_fhp, uap->flags)); |
| 4465 | } |
| 4466 | |
| 4467 | int |
| 4468 | kern_fhopen(struct thread *td, const struct fhandle *u_fhp, int flags) |
nothing calls this directly
no test coverage detected