Lines Matching defs:sectorsize
59 static int test_find_delalloc(u32 sectorsize)
113 set_extent_delalloc(tmp, 0, sectorsize - 1, 0, NULL);
122 if (start != 0 || end != (sectorsize - 1)) {
124 sectorsize - 1, start, end);
144 set_extent_delalloc(tmp, sectorsize, max_bytes - 1, 0, NULL);
172 test_start = max_bytes + sectorsize;
379 static int test_eb_bitmaps(u32 sectorsize, u32 nodesize)
390 * In ppc64, sectorsize can be 64K, thus 4 * 64K will be larger than
393 len = (sectorsize < BTRFS_MAX_METADATA_BLOCKSIZE)
394 ? sectorsize * 4 : sectorsize;
546 int btrfs_test_extent_io(u32 sectorsize, u32 nodesize)
552 ret = test_find_delalloc(sectorsize);
560 ret = test_eb_bitmaps(sectorsize, nodesize);