MCPcopy
hub / github.com/cubefs/cubefs / NodeFsyncer

Interface NodeFsyncer

depends/bazil.org/fuse/fs/serve.go:245–247  ·  view source on GitHub ↗

TODO this should be on Handle not Node

Source from the content-addressed store, hash-verified

243
244// TODO this should be on Handle not Node
245type NodeFsyncer interface {
246 Fsync(ctx context.Context, req *fuse.FsyncRequest) error
247}
248
249type NodeGetxattrer interface {
250 // Getxattr gets an extended attribute by the given name from the

Callers 2

record.goFile · 0.92

Implementers 6

Fileclient/fs/file.go
Dirclient/fs/dir.go
Fsyncsdepends/bazil.org/fuse/fs/fstestutil/r
benchFiledepends/bazil.org/fuse/fs/bench/bench_
NoErrorsTestdepends/jacobsa/fuse/samples/flushfs/f
FsyncErrorTestdepends/jacobsa/fuse/samples/flushfs/f

Calls

no outgoing calls

Tested by

no test coverage detected