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

/linux-master/include/linux/ceph/
H A Dmessenger.h352 __le64 in_temp_ack; /* for reading an ack */ member in struct:ceph_connection_v1_info
/linux-master/net/ceph/
H A Dmessenger_v1.c943 int size = sizeof(con->v1.in_temp_ack);
946 return read_partial(con, end, size, &con->v1.in_temp_ack);
954 u64 ack = le64_to_cpu(con->v1.in_temp_ack);

Completed in 122 milliseconds