Searched refs:ceph_ts (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ceph/
H A Dmessenger_v1.c1313 struct ceph_timespec ceph_ts; local
1314 size_t size = sizeof(ceph_ts);
1315 int ret = read_partial(con, size, size, &ceph_ts);
1318 ceph_decode_timespec64(&con->last_keepalive_ack, &ceph_ts);

Completed in 134 milliseconds