Home
last modified time | relevance | path

Searched refs:FUSE_OPENDIR (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/tests/sys/fs/fusefs/
HDopendir.cc64 return (in.header.opcode == FUSE_OPENDIR && in expect_opendir()
HDlookup.cc261 return (in.header.opcode == FUSE_OPENDIR); in TEST_F()
623 return (in.header.opcode == FUSE_OPENDIR); in TEST_F()
HDmockfs.cc290 case FUSE_OPENDIR: in debug_request()
682 case FUSE_OPENDIR: in audit_request()
HDutils.cc372 return (in.header.opcode == FUSE_OPENDIR && in expect_opendir()
/freebsd-14-stable/sys/fs/fuse/
HDfuse_file.c144 op = FUSE_OPENDIR; in fuse_filehandle_open()
HDfuse_kernel.h432 FUSE_OPENDIR = 27, enumerator
HDfuse_ipc.c797 case FUSE_OPENDIR: in fuse_body_audit()
HDfuse_vnops.c1949 KASSERT(!fsess_is_impl(mp, FUSE_OPENDIR), in fuse_vnop_readdir()
3211 fsess_is_impl(mp, FUSE_OPENDIR)) in fuse_vnop_vptofh()