diff --git a/Documentation/ABI/testing/dm-bow b/Documentation/ABI/testing/dm-bow new file mode 100644 index 000000000000..d663e81ca360 --- /dev/null +++ b/Documentation/ABI/testing/dm-bow @@ -0,0 +1,19 @@ +What: /sys/block/dm-/bow/free +Date: January 2023 +KernelVersion: 5.15 +Contact: paullawrence@google.com +Description: free space + Free space on device in bytes. Only valid in state 0 +Users: Android vold to determine if there is sufficient space for expected size + of checksum + +What: /sys/block/dm-/bow/state +Date: January 2023 +KernelVersion: 5.15 +Contact: paullawrence@google.com +Description: dm-bow state + Read-write string containing 0, 1 or 2 + 0: Trim mode + 1: Checkpoint mode + 2: Committed mode + See Documentation/device-mapper/dm-bow for details