summaryrefslogtreecommitdiffstats
path: root/tests/expected/blkdiscard/offsets
blob: 9af14b3263734bf185fc95476cf6f0769f7d2cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
create loop device from image
testing offsets with full block size
Discarded 10485760 bytes from the offset 0
ret: 0
ret: 1
ret: 1
Discarded 10485248 bytes from the offset 512
ret: 0
Discarded 10484736 bytes from the offset 1024
ret: 0
testing offsets with specific length
Discarded 5242880 bytes from the offset 0
ret: 0
ret: 1
ret: 1
ret: 1
ret: 1
Discarded 5242880 bytes from the offset 512
ret: 0
Discarded 5242880 bytes from the offset 1024
ret: 0
testing aligned steps full device
Discarded 10485760 bytes from the offset 0
ret: 0
Discarded 10485760 bytes from the offset 0
ret: 0
testing aligned steps with offsets and length
Discarded 1024 bytes from the offset 0
ret: 0
ret: 1
ret: 1
ret: 1
Discarded 1536 bytes from the offset 512
ret: 0
Discarded 1024 bytes from the offset 1024
ret: 0
testing misaligned steps full device
ret: 1
ret: 1
ret: 1
ret: 1
ret: 1
testing misaligned steps with offsets and length
ret: 1
ret: 1
ret: 1
ret: 1
ret: 1
ret: 1
detach loop device from image