Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c115 size_t alloc_size0 = get_allocsize(); in test02() local
117 tst_res(TINFO, "read allocated file size '%zu'", alloc_size0); in test02()
157 alloc_size0, alloc_size1); in test02()
158 if ((alloc_size0 - block_size) != alloc_size1) in test02()
180 size_t alloc_size0 = get_allocsize(); in test03() local
182 tst_res(TINFO, "read current allocated file size '%zu'", alloc_size0); in test03()
199 alloc_size0, alloc_size1); in test03()
200 if ((alloc_size0 + block_size) != alloc_size1) in test03()
217 size_t alloc_size0 = get_allocsize(); in test04() local
219 tst_res(TINFO, "read current allocated file size '%zu'", alloc_size0); in test04()
[all …]