Home
last modified time | relevance | path

Searched refs:FUSE_READ (Results 1 – 11 of 11) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dread.cc216 return (in.header.opcode == FUSE_READ && in TEST_F()
228 return (in.header.opcode == FUSE_READ && in TEST_F()
299 return (in.header.opcode == FUSE_READ && in TEST_F()
311 return (in.header.opcode == FUSE_READ && in TEST_F()
656 return (in.header.opcode == FUSE_READ); in TEST_F()
826 return (in.header.opcode == FUSE_READ && in TEST_F()
989 return (in.header.opcode == FUSE_READ && in TEST_F()
1042 return (in.header.opcode == FUSE_READ && in TEST_F()
1119 return (in.header.opcode == FUSE_READ); in TEST_F()
1310 return (in.header.opcode == FUSE_READ && in TEST_F()
[all …]
H A Dbmap.cc211 return (in.header.opcode == FUSE_READ && in TEST_P()
H A Dmockfs.cc293 case FUSE_READ: in debug_request()
621 case FUSE_READ: in audit_request()
H A Dio.cc154 return (in.header.opcode == FUSE_READ && in SetUp()
H A Dutils.cc388 return (in.header.opcode == FUSE_READ && in expect_read()
H A Dinterrupt.cc120 return (in.header.opcode == FUSE_READ && in expect_read()
H A Dfallocate.cc63 return (in.header.opcode == FUSE_READ && in expect_vop_stddeallocate()
H A Dsetattr.cc519 return (in.header.opcode == FUSE_READ); in TEST_F()
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h457 FUSE_READ = 15, enumerator
H A Dfuse_io.c257 fdisp_make_vp(&fdi, FUSE_READ, vp, uio->uio_td, cred); in fuse_read_directbackend()
H A Dfuse_ipc.c737 case FUSE_READ: in fuse_body_audit()