Lines Matching refs:sectorsize
59 static int test_find_delalloc(u32 sectorsize) in test_find_delalloc() argument
113 set_extent_delalloc(tmp, 0, sectorsize - 1, 0, NULL); in test_find_delalloc()
122 if (start != 0 || end != (sectorsize - 1)) { in test_find_delalloc()
124 sectorsize - 1, start, end); in test_find_delalloc()
144 set_extent_delalloc(tmp, sectorsize, max_bytes - 1, 0, NULL); in test_find_delalloc()
172 test_start = max_bytes + sectorsize; in test_find_delalloc()
379 static int test_eb_bitmaps(u32 sectorsize, u32 nodesize) in test_eb_bitmaps() argument
393 len = (sectorsize < BTRFS_MAX_METADATA_BLOCKSIZE) in test_eb_bitmaps()
394 ? sectorsize * 4 : sectorsize; in test_eb_bitmaps()
537 int btrfs_test_extent_io(u32 sectorsize, u32 nodesize) in btrfs_test_extent_io() argument
543 ret = test_find_delalloc(sectorsize); in btrfs_test_extent_io()
551 ret = test_eb_bitmaps(sectorsize, nodesize); in btrfs_test_extent_io()