fs/nls/nls_ucs2_data.h

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

File Facts

System
Linux kernel
Corpus path
fs/nls/nls_ucs2_data.h
Extension
.h
Size
303 bytes
Lines
16
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 UniCaseRange {
	wchar_t start;
	wchar_t end;
	signed char *table;
};

extern signed char NlsUniUpperTable[512];
extern const struct UniCaseRange NlsUniUpperRange[];

#endif /* _NLS_UCS2_DATA_H */

Annotation

Implementation Notes