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

Function ceph_seq_cmp

src/include/msgr.h:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72typedef __u32 ceph_seq_t;
73
74static inline __s32 ceph_seq_cmp(__u32 a, __u32 b)
75{
76 return (__s32)a - (__s32)b;
77}
78
79
80/*

Callers 7

add_update_capMethod · 0.85
handle_cap_exportMethod · 0.85
adjust_cap_wantedMethod · 0.85
handle_client_capsMethod · 0.85
_update_cap_fieldsMethod · 0.85
_do_cap_releaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected