linux_file.c | 1077 struct vattr vattr_in, vattr_out; local in function:linux_sys_copy_file_range 1118 VOP_GETATTR(outvp, &vattr_out, l->l_cred); 1121 if (vattr_in.va_type == VDIR || vattr_out.va_type == VDIR) { 1128 vattr_in.va_type != VREG || vattr_out.va_type != VREG) {
|