hb_seq            646 fs/ocfs2/cluster/heartbeat.c 	     (long long)le64_to_cpu(hb_block->hb_seq),
hb_seq            681 fs/ocfs2/cluster/heartbeat.c 	if (le64_to_cpu(hb_block->hb_seq) == slot->ds_last_time &&
hb_seq            703 fs/ocfs2/cluster/heartbeat.c 	     (unsigned long long)le64_to_cpu(hb_block->hb_seq));
hb_seq            726 fs/ocfs2/cluster/heartbeat.c 	hb_block->hb_seq = cpu_to_le64(cputime);
hb_seq            941 fs/ocfs2/cluster/heartbeat.c 	cputime = le64_to_cpu(hb_block->hb_seq);
hb_seq            968 fs/ocfs2/cluster/heartbeat.c 	     (unsigned long long)le64_to_cpu(hb_block->hb_seq),
hb_seq           1752 fs/ocfs2/cluster/heartbeat.c 		slot->ds_last_time = le64_to_cpu(hb_block->hb_seq);
hb_seq             16 fs/ocfs2/cluster/ocfs2_heartbeat.h 	__le64 hb_seq;