Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfile.h268 int _fdrop(struct file *fp, struct thread *td);
315 _error = _fdrop(_fp, td); \
326 _error = _fdrop(_fp, td); \
/freebsd/sys/kern/
H A Dkern_descrip.c2146 _fdrop(fp, td); in falloc_abort()
3660 _fdrop(struct file *fp, struct thread *td) in _fdrop()
3659 _fdrop(struct file *fp, struct thread *td) _fdrop() function
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c430 _fdrop(filp->_file, curthread); in linux_file_free()