Displaying 1 result from an estimated 1 matches for "btrfs_mount_space_cach".
Did you mean:
btrfs_mount_space_cache
2012 Sep 18
3
R: [PATCH 2/2] Btrfs-progs: add mount-option command
...(1 << 6)
>+#define BTRFS_MOUNT_FLUSHONCOMMIT (1 << 7)
>+#define BTRFS_MOUNT_SSD_SPREAD (1 << 8)
>+#define BTRFS_MOUNT_NOSSD (1 << 9)
>+#define BTRFS_MOUNT_DISCARD (1 << 10)
>+#define BTRFS_MOUNT_FORCE_COMPRESS (1 << 11)
>+#define BTRFS_MOUNT_SPACE_CACHE (1 << 12)
>+#define BTRFS_MOUNT_CLEAR_CACHE (1 << 13)
>+#define BTRFS_MOUNT_USER_SUBVOL_RM_ALLOWED (1 << 14)
>+#define BTRFS_MOUNT_ENOSPC_DEBUG (1 << 15)
>+#define BTRFS_MOUNT_AUTO_DEFRAG (1 << 16)
>+#define BTRFS_MOUNT_INODE_MAP_CACHE (1 << 1...