fs/ntfs/object_id.h

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

File Facts

System
Linux kernel
Corpus path
fs/ntfs/object_id.h
Extension
.h
Size
342 bytes
Lines
15
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 _LINUX_NTFS_OBJECT_ID_H
#define _LINUX_NTFS_OBJECT_ID_H

extern __le16 objid_index_name[];

int ntfs_delete_object_id_index(struct ntfs_inode *ni);

#endif /* _LINUX_NTFS_OBJECT_ID_H */

Annotation

Implementation Notes