fs/lockd/netns.h

Source file repositories/reference/linux-study-clean/fs/lockd/netns.h

File Facts

System
Linux kernel
Corpus path
fs/lockd/netns.h
Extension
.h
Size
469 bytes
Lines
26
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 lockd_net {
	unsigned int nlmsvc_users;
	unsigned long next_gc;
	unsigned long nrhosts;
	u32 gracetime;
	u16 tcp_port;
	u16 udp_port;

	struct delayed_work grace_period_end;
	struct lock_manager lockd_manager;

	struct list_head nsm_handles;
};

extern unsigned int lockd_net_id;

#endif

Annotation

Implementation Notes