Symbol: FUSE_READ
sys/fs/fuse/fuse_io.c
257
fdisp_make_vp(&fdi, FUSE_READ, vp, uio->uio_td, cred);
sys/fs/fuse/fuse_ipc.c
728
case FUSE_READ:
tests/sys/fs/fusefs/bmap.cc
241
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/bmap.cc
301
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/fallocate.cc
62
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/interrupt.cc
120
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/io.cc
154
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/mockfs.cc
298
case FUSE_READ:
tests/sys/fs/fusefs/mockfs.cc
631
case FUSE_READ:
tests/sys/fs/fusefs/read.cc
1018
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/read.cc
1181
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/read.cc
1234
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/read.cc
1311
return (in.header.opcode == FUSE_READ);
tests/sys/fs/fusefs/read.cc
1502
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/read.cc
1547
return (in.header.opcode == FUSE_READ);
tests/sys/fs/fusefs/read.cc
229
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/read.cc
241
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/read.cc
312
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/read.cc
324
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/read.cc
490
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/read.cc
519
return (in.header.opcode == FUSE_READ &&
tests/sys/fs/fusefs/read.cc
848
return (in.header.opcode == FUSE_READ);
tests/sys/fs/fusefs/setattr.cc
519
return (in.header.opcode == FUSE_READ);
tests/sys/fs/fusefs/utils.cc
382
return (in.header.opcode == FUSE_READ &&