HomeSort by: relevance | last modified time | path
    Searched defs:vattr_out (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
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) {
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) {

Completed in 25 milliseconds