fs/gfs2/gfs2.h

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

File Facts

System
Linux kernel
Corpus path
fs/gfs2/gfs2.h
Extension
.h
Size
372 bytes
Lines
24
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

#ifndef __GFS2_DOT_H__
#define __GFS2_DOT_H__

enum {
	NO_CREATE = 0,
	CREATE = 1,
};

enum {
	NO_FORCE = 0,
	FORCE = 1,
};

#define GFS2_FAST_NAME_SIZE 8

#endif /* __GFS2_DOT_H__ */

Annotation

Implementation Notes