diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:30:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:30:35 +0000 |
commit | 378c18e5f024ac5a8aef4cb40d7c9aa9633d144c (patch) | |
tree | 44dfb6ca500d32cabd450649b322a42e70a30683 /tests/expected/fincore/count.4096 | |
parent | Initial commit. (diff) | |
download | util-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.tar.xz util-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.zip |
Adding upstream version 2.38.1.upstream/2.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/expected/fincore/count.4096')
-rw-r--r-- | tests/expected/fincore/count.4096 | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/tests/expected/fincore/count.4096 b/tests/expected/fincore/count.4096 new file mode 100644 index 0000000..e90044c --- /dev/null +++ b/tests/expected/fincore/count.4096 @@ -0,0 +1,53 @@ +[ NO EXCITING FILE ] +return value: 1 + 0 0 i_EMPTY_FILE +return value: 0 + 1 4095 i_PAGESIZE_-1__incore_ +return value: 0 + 1 4096 i_JUST_PAGESIZE_incore_ +return value: 0 + 0 4096 i_JUST_PAGESIZE_directio_ +return value: 0 + 2 8192 i_TWO_PAGES_incore_ +return value: 0 + 0 8192 i_TWO_PAGES_directio_ +return value: 0 + 1 8192 i_TWO_PAGES_mixed_directio_incore_ +return value: 0 + 1 8192 i_TWO_PAGES_mixed_incore_directio_ +return value: 0 + 2 134213632 i_WINDOW_SIZE_incore-sparse-incore_ +return value: 0 + 0 134213632 i_WINDOW_SIZE_directio-sparse-directio_ +return value: 0 + 1 134213632 i_WINDOW_SIZE_incore-sparse-directio_ +return value: 0 + 1 134213632 i_WINDOW_SIZE_directio-sparse-incore_ +return value: 0 + 2 134217728 i_WINDOW_SIZE_+_1_page_incore-sparse-incore_ +return value: 0 + 0 134217728 i_WINDOW_SIZE_+_1_page_directio-sparse-directio_ +return value: 0 + 1 134217728 i_WINDOW_SIZE_+_1_page_incore-sparse-directio_ +return value: 0 + 1 134217728 i_WINDOW_SIZE_+_1_page_directio-sparse-incore_ +return value: 0 +[ MULTIPLE FILES ] +PAGES SIZE FILE + 0 0 i_EMPTY_FILE + 1 4095 i_PAGESIZE_-1__incore_ + 1 4096 i_JUST_PAGESIZE_incore_ + 0 4096 i_JUST_PAGESIZE_directio_ + 2 8192 i_TWO_PAGES_incore_ + 0 8192 i_TWO_PAGES_directio_ + 1 8192 i_TWO_PAGES_mixed_directio_incore_ + 1 8192 i_TWO_PAGES_mixed_incore_directio_ + 2 134213632 i_WINDOW_SIZE_incore-sparse-incore_ + 0 134213632 i_WINDOW_SIZE_directio-sparse-directio_ + 1 134213632 i_WINDOW_SIZE_incore-sparse-directio_ + 1 134213632 i_WINDOW_SIZE_directio-sparse-incore_ + 2 134217728 i_WINDOW_SIZE_+_1_page_incore-sparse-incore_ + 0 134217728 i_WINDOW_SIZE_+_1_page_directio-sparse-directio_ + 1 134217728 i_WINDOW_SIZE_+_1_page_incore-sparse-directio_ + 1 134217728 i_WINDOW_SIZE_+_1_page_directio-sparse-incore_ +return value: 1 |