fs/xfs/xfs_discard.h

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

File Facts

System
Linux kernel
Corpus path
fs/xfs/xfs_discard.h
Extension
.h
Size
334 bytes
Lines
13
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_DISCARD_H
#define XFS_DISCARD_H 1

struct fstrim_range;
struct xfs_mount;
struct xfs_busy_extents;

void xfs_discard_extents(struct xfs_mount *mp, struct xfs_busy_extents *busy);
int xfs_ioc_trim(struct xfs_mount *mp, struct fstrim_range __user *fstrim);

#endif /* XFS_DISCARD_H */

Annotation

Implementation Notes