Symbol: FUSE_SETATTR
sys/fs/fuse/fuse_internal.c
1156
fdisp_make_vp(&fdi, FUSE_SETATTR, vp, td, cred);
sys/fs/fuse/fuse_ipc.c
699
case FUSE_SETATTR:
sys/fs/fuse/fuse_node.c
408
fdisp_make_vp(&fdi, FUSE_SETATTR, vp, td, cred);
tests/sys/fs/fusefs/access.cc
102
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/default_permissions.cc
1263
return (in.header.opcode == FUSE_SETATTR);
tests/sys/fs/fusefs/default_permissions.cc
1293
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/default_permissions.cc
1318
return (in.header.opcode == FUSE_SETATTR);
tests/sys/fs/fusefs/default_permissions.cc
1346
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/default_permissions.cc
1382
return (in.header.opcode == FUSE_SETATTR);
tests/sys/fs/fusefs/default_permissions.cc
1404
return (in.header.opcode == FUSE_SETATTR);
tests/sys/fs/fusefs/default_permissions.cc
339
return (in.header.opcode == FUSE_SETATTR);
tests/sys/fs/fusefs/default_permissions.cc
369
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/default_permissions.cc
398
return (in.header.opcode == FUSE_SETATTR);
tests/sys/fs/fusefs/default_permissions.cc
426
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/default_permissions.cc
460
return (in.header.opcode == FUSE_SETATTR);
tests/sys/fs/fusefs/default_permissions.cc
487
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/default_permissions.cc
681
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/default_permissions.cc
76
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/default_permissions_privileged.cc
113
return (in.header.opcode == FUSE_SETATTR);
tests/sys/fs/fusefs/fsync.cc
142
return (in.header.opcode == FUSE_SETATTR);
tests/sys/fs/fusefs/io.cc
171
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/last_local_modify.cc
92
return(FUSE_SETATTR);
tests/sys/fs/fusefs/mockfs.cc
325
case FUSE_SETATTR:
tests/sys/fs/fusefs/mockfs.cc
586
case FUSE_SETATTR:
tests/sys/fs/fusefs/read.cc
1632
return (in.header.opcode == FUSE_SETATTR);
tests/sys/fs/fusefs/read.cc
1668
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/read.cc
635
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/read.cc
685
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/read.cc
724
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/rename.cc
230
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
142
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
194
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
243
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
284
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
325
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
378
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
416
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
503
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
621
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
676
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
740
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
791
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
850
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/setattr.cc
98
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/write.cc
1430
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/write.cc
1551
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/write.cc
1586
return (in.header.opcode == FUSE_SETATTR &&
tests/sys/fs/fusefs/write.cc
943
return (in.header.opcode == FUSE_SETATTR);