fs/xfs/xfs_verify_media.h

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

File Facts

System
Linux kernel
Corpus path
fs/xfs/xfs_verify_media.h
Extension
.h
Size
363 bytes
Lines
14
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 __XFS_VERIFY_MEDIA_H__
#define __XFS_VERIFY_MEDIA_H__

struct xfs_verify_media;
int xfs_ioc_verify_media(struct file *file,
		struct xfs_verify_media __user *arg);

#endif /* __XFS_VERIFY_MEDIA_H__ */

Annotation

Implementation Notes