Home
last modified time | relevance | path

Searched refs:holdvnode2 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dfiledesc.h182 int holdvnode2 (struct thread *td, int fd, struct file **fpp,
/dragonfly/sys/kern/
H A Dkern_exec.c725 if ((error = holdvnode2(td, uap->fd, &fp, &fileflags)) != 0) in sys_fexecve()
H A Dkern_descrip.c2774 holdvnode2(thread_t td, int fd, struct file **fpp, char *fflagsp) in holdvnode2() function