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

Method caps_wanted

src/client/Inode.cc:372–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372int Inode::caps_wanted()
373{
374 int want = caps_file_wanted() | caps_used();
375 if (want & CEPH_CAP_FILE_BUFFER)
376 want |= CEPH_CAP_FILE_EXCL;
377 return want;
378}
379
380int Inode::caps_mds_wanted()
381{

Callers 6

encode_inode_releaseMethod · 0.80
send_reconnectMethod · 0.80
check_capsMethod · 0.80
kick_flushing_capsMethod · 0.80
handle_cap_grantMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected