fs/ocfs2/cluster/ocfs2_heartbeat.h

Source file repositories/reference/linux-study-clean/fs/ocfs2/cluster/ocfs2_heartbeat.h

File Facts

System
Linux kernel
Corpus path
fs/ocfs2/cluster/ocfs2_heartbeat.h
Extension
.h
Size
421 bytes
Lines
23
Domain
Core OS
Bucket
VFS And Filesystem Core
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct o2hb_disk_heartbeat_block {
	__le64 hb_seq;
	__u8  hb_node;
	__u8  hb_pad1[3];
	__le32 hb_cksum;
	__le64 hb_generation;
	__le32 hb_dead_ms;
};

#endif /* _OCFS2_HEARTBEAT_H */

Annotation

Implementation Notes