fs/ntfs/attrlist.h

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

File Facts

System
Linux kernel
Corpus path
fs/ntfs/attrlist.h
Extension
.h
Size
586 bytes
Lines
21
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 _NTFS_ATTRLIST_H
#define _NTFS_ATTRLIST_H

#include "attrib.h"

int ntfs_attrlist_need(struct ntfs_inode *ni);
int ntfs_attrlist_entry_add(struct ntfs_inode *ni, struct attr_record *attr);
int ntfs_attrlist_entry_rm(struct ntfs_attr_search_ctx *ctx);
int ntfs_attrlist_update(struct ntfs_inode *base_ni);

#endif /* defined _NTFS_ATTRLIST_H */

Annotation

Implementation Notes