Home
last modified time | relevance | path

Searched refs:FUSE_FLUSH (Results 1 – 7 of 7) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dflush.cc49 return (in.header.opcode == FUSE_FLUSH && in expect_flush()
H A Dmockfs.cc216 case FUSE_FLUSH: in debug_request()
671 case FUSE_FLUSH: in audit_request()
H A Dio.cc188 return (in.header.opcode == FUSE_FLUSH && in SetUp()
H A Dutils.cc247 return (in.header.opcode == FUSE_FLUSH && in expect_flush()
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h430 FUSE_FLUSH = 25, enumerator
H A Dfuse_vnops.c285 if (fsess_not_impl(vnode_mount(vp), FUSE_FLUSH)) in fuse_flush()
293 fdisp_make_vp(&fdi, FUSE_FLUSH, vp, td, cred); in fuse_flush()
305 fsess_set_notimpl(mp, FUSE_FLUSH); in fuse_flush()
H A Dfuse_ipc.c782 case FUSE_FLUSH: in fuse_body_audit()