Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_syscalls.c4787 struct file *infp, *outfp; in kern_copy_file_range() local
4794 infp = outfp = NULL; in kern_copy_file_range()
4824 error = fget_write(td, outfd, &cap_write_rights, &outfp); in kern_copy_file_range()
4827 if (outfp->f_ops == &badfileops) { in kern_copy_file_range()
4831 if (outfp->f_vnode == NULL) { in kern_copy_file_range()
4840 outoffp = &outfp->f_offset; in kern_copy_file_range()
4845 outvp = outfp->f_vnode; in kern_copy_file_range()
4847 if ((outfp->f_flag & (FWRITE | FAPPEND)) != FWRITE || in kern_copy_file_range()
4883 flags, infp->f_cred, outfp->f_cred, td); in kern_copy_file_range()
4893 if (outfp != NULL) in kern_copy_file_range()
[all …]