Searched refs:SZ_128M (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/btrfs/tests/ |
D | free-space-tests.c | 433 ret = test_add_free_space_entry(cache, SZ_128M - SZ_256K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent() 440 ret = test_add_free_space_entry(cache, SZ_128M + SZ_512K, in test_steal_space_from_bitmap_to_extent() 441 SZ_128M - SZ_512K, 1); in test_steal_space_from_bitmap_to_extent() 459 SZ_128M + 768 * SZ_1K, in test_steal_space_from_bitmap_to_extent() 460 SZ_128M - 768 * SZ_1K); in test_steal_space_from_bitmap_to_extent() 467 if (!test_check_exists(cache, SZ_128M - SZ_256K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() 471 if (!test_check_exists(cache, SZ_128M + SZ_512K, SZ_256K)) { in test_steal_space_from_bitmap_to_extent() 480 if (test_check_exists(cache, SZ_128M + 768 * SZ_1K, in test_steal_space_from_bitmap_to_extent() 481 SZ_128M - 768 * SZ_1K)) { in test_steal_space_from_bitmap_to_extent() 490 if (test_check_exists(cache, SZ_128M + SZ_256K, SZ_256K)) { in test_steal_space_from_bitmap_to_extent() [all …]
|
D | extent-io-tests.c | 66 u64 max_bytes = SZ_128M; in test_find_delalloc()
|
/linux-4.19.296/include/linux/ |
D | sizes.h | 42 #define SZ_128M 0x08000000 macro
|
/linux-4.19.296/drivers/pci/controller/ |
D | pcie-iproc-bcma.c | 60 pcie->mem.end = bdev->addr_s[0] + SZ_128M - 1; in iproc_pcie_bcma_probe()
|
D | pci-ftpci100.c | 157 case SZ_128M: in faraday_res_to_memcfg()
|
D | pci-xgene.c | 379 min_size = SZ_128M; in xgene_pcie_setup_ob_reg()
|
D | pci-v3-semi.c | 659 case SZ_128M: in v3_get_dma_range_config()
|
/linux-4.19.296/fs/btrfs/ |
D | ctree.h | 94 #define BTRFS_TOTAL_BYTES_PINNED_BATCH SZ_128M 96 #define BTRFS_MAX_EXTENT_SIZE SZ_128M
|