OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vattr_in
(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
1117
VOP_GETATTR(invp, &
vattr_in
, 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
1117
VOP_GETATTR(invp, &
vattr_in
, 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 24 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025