Home
last modified time | relevance | path

Searched refs:FUSE_OPEN (Results 1 – 13 of 13) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dopen.cc57 return (in.header.opcode == FUSE_OPEN && in test_ok()
114 return (in.header.opcode == FUSE_OPEN && in TEST_F()
143 return (in.header.opcode == FUSE_OPEN && in TEST_F()
171 return (in.header.opcode == FUSE_OPEN && in TEST_F()
185 return (in.header.opcode == FUSE_OPEN && in TEST_F()
290 return (in.header.opcode == FUSE_OPEN && in TEST_F()
H A Dallow_other.cc143 return (in.header.opcode == FUSE_OPEN && in TEST_F()
158 return (in.header.opcode == FUSE_OPEN && in TEST_F()
H A Ddestroy.cc101 return (in.header.opcode == FUSE_OPEN); in TEST_F()
H A Dmockfs.cc287 case FUSE_OPEN: in debug_request()
617 case FUSE_OPEN: in audit_request()
H A Dsetattr.cc313 return (in.header.opcode == FUSE_OPEN && in TEST_F()
365 return (in.header.opcode == FUSE_OPEN && in TEST_F()
H A Dlseek.cc139 return (in.header.opcode == FUSE_OPEN && in TEST_F()
H A Dcreate.cc245 return (in.header.opcode == FUSE_OPEN && in TEST_F()
H A Dutils.cc343 return (in.header.opcode == FUSE_OPEN && in expect_open()
H A Dcopy_file_range.cc63 return (in.header.opcode == FUSE_OPEN && in expect_open()
/freebsd/sys/fs/fuse/
H A Dfuse_file.c136 int op = FUSE_OPEN; in fuse_filehandle_open()
H A Dfuse_kernel.h456 FUSE_OPEN = 14, enumerator
H A Dfuse_ipc.c733 case FUSE_OPEN: in fuse_body_audit()
H A Dfuse_vnops.c1096 fdisp_make(fdip2, FUSE_OPEN, vnode_mount(dvp), feo->nodeid, td, in fuse_vnop_create()