Lines Matching defs:infp
4945 struct file *infp, *outfp;
4952 infp = outfp = NULL;
4972 inoffp != NULL ? &cap_pread_rights : &cap_read_rights, &infp);
4975 if (infp->f_ops == &badfileops) {
4979 if (infp->f_vnode == NULL) {
4998 inoffp = &infp->f_offset;
5004 invp = infp->f_vnode;
5008 (infp->f_flag & FREAD) == 0) {
5018 * If infp and outfp refer to the same file, the byte ranges cannot
5045 flags, infp->f_cred, outfp->f_cred, td);
5057 if (infp != NULL)
5058 fdrop(infp, td);