fs/btrfs/reflink.h

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

File Facts

System
Linux kernel
Corpus path
fs/btrfs/reflink.h
Extension
.h
Size
322 bytes
Lines
15
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_REFLINK_H
#define BTRFS_REFLINK_H

#include <linux/types.h>

struct file;

loff_t btrfs_remap_file_range(struct file *file_in, loff_t pos_in,
			      struct file *file_out, loff_t pos_out,
			      loff_t len, unsigned int remap_flags);

#endif /* BTRFS_REFLINK_H */

Annotation

Implementation Notes