fs/nilfs2/export.h

Source file repositories/reference/linux-study-clean/fs/nilfs2/export.h

File Facts

System
Linux kernel
Corpus path
fs/nilfs2/export.h
Extension
.h
Size
505 bytes
Lines
27
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 nilfs_fid {
	u64 cno;
	u64 ino;
	u32 gen;

	u32 parent_gen;
	u64 parent_ino;
} __packed;

#endif

Annotation

Implementation Notes