fs/jfs/jfs_discard.h

Source file repositories/reference/linux-study-clean/fs/jfs/jfs_discard.h

File Facts

System
Linux kernel
Corpus path
fs/jfs/jfs_discard.h
Extension
.h
Size
337 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 _H_JFS_DISCARD
#define _H_JFS_DISCARD

struct fstrim_range;

extern void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks);
extern int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range);

#endif /* _H_JFS_DISCARD */

Annotation

Implementation Notes