MCPcopy Create free account
hub / github.com/ceph/ceph / mark_caps_clean

Method mark_caps_clean

src/client/Inode.cc:864–869  ·  view source on GitHub ↗

* mark_caps_clean - only clean the dirty_caps and caller should start flushing the dirty caps. */

Source from the content-addressed store, hash-verified

862* mark_caps_clean - only clean the dirty_caps and caller should start flushing the dirty caps.
863*/
864void Inode::mark_caps_clean()
865{
866 lsubdout(client->cct, client, 10) << __func__ << " " << *this << dendl;
867 dirty_caps = 0;
868 dirty_cap_item.remove_myself();
869}
870
871#if defined(__linux__)
872FSCryptContextRef Inode::init_fscrypt_ctx(FSCrypt *fscrypt)

Callers 3

remove_session_capsMethod · 0.80
mark_caps_flushingMethod · 0.80
_unmountMethod · 0.80

Calls 1

remove_myselfMethod · 0.45

Tested by

no test coverage detected