Symbol: FUSE_OPEN
sys/fs/fuse/fuse_file.c
136
int op = FUSE_OPEN;
sys/fs/fuse/fuse_ipc.c
724
case FUSE_OPEN:
sys/fs/fuse/fuse_vnops.c
1221
fdisp_make(fdip2, FUSE_OPEN, vnode_mount(dvp), feo->nodeid, td,
tests/sys/fs/fusefs/allow_other.cc
143
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/allow_other.cc
158
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/copy_file_range.cc
63
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/create.cc
245
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/destroy.cc
196
return (in.header.opcode == FUSE_OPEN);
tests/sys/fs/fusefs/lseek.cc
139
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/misc.cc
193
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/misc.cc
260
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/mockfs.cc
292
case FUSE_OPEN:
tests/sys/fs/fusefs/mockfs.cc
626
case FUSE_OPEN:
tests/sys/fs/fusefs/open.cc
114
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/open.cc
143
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/open.cc
171
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/open.cc
185
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/open.cc
290
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/open.cc
57
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/setattr.cc
313
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/setattr.cc
365
return (in.header.opcode == FUSE_OPEN &&
tests/sys/fs/fusefs/utils.cc
337
return (in.header.opcode == FUSE_OPEN &&