MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / fremovexattr

Method fremovexattr

fs/cache/cached_fs.cpp:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 }
357
358 int fremovexattr(const char *name) override {
359 get_source_filexattr();
360 return source_filexattr_ ? source_filexattr_->fremovexattr(name) : -1;
361 }
362
363 int fsync() override {
364 return cache_store_->fdatasync();

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36