search for: btrfs_mount_recovery

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

2012 Sep 18
3
R: [PATCH 2/2] Btrfs-progs: add mount-option command
...2) >+#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 << 17) >+#define BTRFS_MOUNT_RECOVERY (1 << 18) >+#define BTRFS_MOUNT_SKIP_BALANCE (1 << 19) >+#define BTRFS_MOUNT_CHECK_INTEGRITY (1 << 20) >+#define BTRFS_MOUNT_CHECK_INTEGRITY_INCLUDING_EXTENT_DATA (1 << 21) >+#define BTRFS_MOUNT_PANIC_ON_FATAL_ERROR (1 << 22) >+ >+#define btrfs_clear...