fs/btrfs/fiemap.h

Source file repositories/reference/linux-study-clean/fs/btrfs/fiemap.h

File Facts

System
Linux kernel
Corpus path
fs/btrfs/fiemap.h
Extension
.h
Size
241 bytes
Lines
12
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 BTRFS_FIEMAP_H
#define BTRFS_FIEMAP_H

#include <linux/fiemap.h>

int btrfs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
		 u64 start, u64 len);

#endif /* BTRFS_FIEMAP_H */

Annotation

Implementation Notes