btrfs-disk 0.13.0

Platform-independent parsing and writing of btrfs on-disk structures
Documentation
1
2
3
4
5
6
7
8
9
10
/* Portable shim for <linux/fs.h>.
 *
 * btrfs.h includes this header but only references FS_IOC_GETFSLABEL /
 * FS_IOC_SETFSLABEL inside `#ifndef` guards — leaving them undefined
 * lets btrfs.h fall back to its own BTRFS_IOC_GET_FSLABEL definition.
 */
#ifndef _LINUX_FS_H
#define _LINUX_FS_H

#endif /* _LINUX_FS_H */