Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.14 11 lines 241 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#ifndef BTRFS_FIEMAP_H 4#define BTRFS_FIEMAP_H 5 6#include <linux/fiemap.h> 7 8int btrfs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, 9 u64 start, u64 len); 10 11#endif /* BTRFS_FIEMAP_H */