include/uapi/linux/drbd.h

Source file repositories/reference/linux-study-clean/include/uapi/linux/drbd.h

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/drbd.h
Extension
.h
Size
11154 bytes
Lines
414
Domain
Core OS
Bucket
Core Kernel Interface
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 drbd_genlmsghdr {
	__u32 minor;
	union {
		__u32 flags;
		__s32 ret_code;
	};
};

/* To be used in drbd_genlmsghdr.flags */
enum {
	DRBD_GENL_F_SET_DEFAULTS = 1,
};

enum drbd_state_info_bcast_reason {
	SIB_GET_STATUS_REPLY = 1,
	SIB_STATE_CHANGE = 2,
	SIB_HELPER_PRE = 3,
	SIB_HELPER_POST = 4,
	SIB_SYNC_PROGRESS = 5,
};

#endif /* _UAPI_LINUX_DRBD_H */

Annotation

Implementation Notes