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

Method caps_dirty

src/client/Inode.cc:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389int Inode::caps_dirty()
390{
391 return dirty_caps | flushing_caps;
392}
393
394const UserPerm* Inode::get_best_perms()
395{

Callers 7

add_update_inodeMethod · 0.80
queue_cap_snapMethod · 0.80
finish_cap_snapMethod · 0.80
kick_flushing_capsMethod · 0.80
handle_cap_truncMethod · 0.80
handle_cap_flush_ackMethod · 0.80
handle_cap_grantMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected