Searched refs:kern_fhopen (Results 1 – 2 of 2) sorted by relevance
141 int kern_fhopen(struct thread *td, const struct fhandle *u_fhp, int flags);
4464 return (kern_fhopen(td, uap->u_fhp, uap->flags)); in sys_fhopen()4468 kern_fhopen(struct thread *td, const struct fhandle *u_fhp, int flags) in kern_fhopen() function