Function gkfs::rpc::forward_update_metadentry_size(const string&, const size_t, const off64_t, const bool)

Function Documentation

pair<int, off64_t> gkfs::rpc::forward_update_metadentry_size(const string &path, const size_t size, const off64_t offset, const bool append_flag)

Send an RPC request for an update to the file size. This is called during a write() call or similar

Parameters
  • path

  • size

  • offset

  • append_flag

Returns

pair<error code, size after update>