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

Method get_time_warp_seq

src/messages/MClientCaps.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 utime_t get_atime() const { return atime; }
100 __u64 get_change_attr() const { return change_attr; }
101 __u32 get_time_warp_seq() const { return time_warp_seq; }
102 uint64_t get_nfiles() const { return nfiles; }
103 uint64_t get_nsubdirs() const { return nsubdirs; }
104 bool dirstat_is_valid() const { return nfiles != -1 || nsubdirs != -1; }

Callers 2

handle_cap_grantMethod · 0.80
_update_cap_fieldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected