Home
last modified time | relevance | path

Searched refs:alloc_size0 (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c101 size_t alloc_size0 = get_allocsize(); in test02() local
103 tst_res(TINFO, "read allocated file size '%zu'", alloc_size0); in test02()
143 alloc_size0, alloc_size1); in test02()
144 if ((alloc_size0 - block_size) != alloc_size1) in test02()
166 size_t alloc_size0 = get_allocsize(); in test03() local
168 tst_res(TINFO, "read current allocated file size '%zu'", alloc_size0); in test03()
185 alloc_size0, alloc_size1); in test03()
186 if ((alloc_size0 + block_size) != alloc_size1) in test03()
203 size_t alloc_size0 = get_allocsize(); in test04() local
205 tst_res(TINFO, "read current allocated file size '%zu'", alloc_size0); in test04()
[all …]