Home
last modified time | relevance | path

Searched refs:_falloc_noinstall (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dfiledesc.h238 int _falloc_noinstall(struct thread *td, struct file **resultfp, u_int n);
239 #define falloc_noinstall(td, resultfp) _falloc_noinstall(td, resultfp, 1)
/f-stack/freebsd/kern/
H A Dkern_descrip.c1992 error = _falloc_noinstall(td, &fp, 2); in falloc_caps()
2013 _falloc_noinstall(struct thread *td, struct file **resultfp, u_int n) in _falloc_noinstall() function