search for: btrfs_mount_ssd_spread

Displaying 1 result from an estimated 1 matches for "btrfs_mount_ssd_spread".

2012 Sep 18
3
R: [PATCH 2/2] Btrfs-progs: add mount-option command
...RIER (1 << 2) >+#define BTRFS_MOUNT_SSD (1 << 3) >+#define BTRFS_MOUNT_DEGRADED (1 << 4) >+#define BTRFS_MOUNT_COMPRESS (1 << 5) >+#define BTRFS_MOUNT_NOTREELOG (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 BTRF...