_falloc_noinstall
error = _falloc_noinstall(td, &fp, 2);
_falloc_noinstall(td, fpp, 1);
int _falloc_noinstall(struct thread *td, struct file **resultfp, u_int n);
#define falloc_noinstall(td, resultfp) _falloc_noinstall(td, resultfp, 1)