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/
H A Dfallocate04.c101 size_t alloc_size0 = get_allocsize(); in test02() local
103 tst_res(TINFO, "read allocated file size '%zu'", alloc_size0); in test02()
133 alloc_size0, alloc_size1); in test02()
134 if ((alloc_size0 - block_size) != alloc_size1) in test02()
156 size_t alloc_size0 = get_allocsize(); in test03() local
158 tst_res(TINFO, "read current allocated file size '%zu'", alloc_size0); in test03()
175 alloc_size0, alloc_size1); in test03()
176 if ((alloc_size0 + block_size) != alloc_size1) in test03()
193 size_t alloc_size0 = get_allocsize(); in test04() local
195 tst_res(TINFO, "read current allocated file size '%zu'", alloc_size0); in test04()
233 size_t alloc_size0 = get_allocsize(); test05() local
[all...]

Completed in 1 milliseconds