falloc_caps
error = fdip != NULL ? falloc_caps(td, fpp, fdip, flags, fcaps) :
error = falloc_caps(td, &fp, fdp, 0, NULL);
error = falloc_caps(td, &fp, &fd, O_CLOEXEC, NULL);
error = falloc_caps(td, &rf, &fd, flags, fcaps1);
error = falloc_caps(td, &wf, &fd, flags, fcaps2);
return (falloc_caps(td, resultfp, resultfd, fflags, fcaps));
error = falloc_caps(td, &fp, &fd, flags & O_CLOEXEC, fcaps);
error = falloc_caps(td, &nfp, &fd,
error = falloc_caps(td, &nfp, &fd, 0, &fcaps);
falloc_caps(td, resultfp, resultfd, flags, NULL)
int falloc_caps(struct thread *td, struct file **resultfp, int *resultfd,