diff options
Diffstat (limited to 'include/linux/fuse.h')
-rw-r--r-- | include/linux/fuse.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 507d872..4be9a28 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h @@ -17,6 +17,11 @@ /** Opening this will yield a new control file */ #define FUSE_DEV "/proc/fs/fuse/dev" +/** Read combining parameters */ +#define FUSE_BLOCK_SHIFT 16 +#define FUSE_BLOCK_SIZE 65536 +#define FUSE_BLOCK_MASK 0xffff0000 + /** Data passed to mount */ struct fuse_mount_data { /** Must be set to FUSE_KERNEL_VERSION */ |