Searched refs:alloc_size0 (Results 1 – 1 of 1) sorted by relevance
101 size_t alloc_size0 = get_allocsize(); in test02() local103 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() local168 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() local205 tst_res(TINFO, "read current allocated file size '%zu'", alloc_size0); in test04()[all …]