Lines Matching defs:outfp
4945 struct file *infp, *outfp;
4952 infp = outfp = NULL;
4984 outoffp != NULL ? &cap_pwrite_rights : &cap_write_rights, &outfp);
4987 if (outfp->f_ops == &badfileops) {
4991 if (outfp->f_vnode == NULL) {
5000 outoffp = &outfp->f_offset;
5005 outvp = outfp->f_vnode;
5007 if ((outfp->f_flag & (FWRITE | FAPPEND)) != FWRITE ||
5018 * If infp and outfp refer to the same file, the byte ranges cannot
5045 flags, infp->f_cred, outfp->f_cred, td);
5055 if (outfp != NULL)
5056 fdrop(outfp, td);