fs/dlm/util.h

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

File Facts

System
Linux kernel
Corpus path
fs/dlm/util.h
Extension
.h
Size
545 bytes
Lines
19
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 __UTIL_DOT_H__
#define __UTIL_DOT_H__

int to_dlm_errno(int err);
int from_dlm_errno(int err);

#endif

Annotation

Implementation Notes