Home
last modified time | relevance | path

Searched refs:SZ_4M (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/fs/btrfs/tests/
Dfree-space-tests.c26 ret = btrfs_add_free_space(cache, 0, SZ_4M); in test_extents()
32 ret = btrfs_remove_free_space(cache, 0, SZ_4M); in test_extents()
38 if (test_check_exists(cache, 0, SZ_4M)) { in test_extents()
44 ret = btrfs_add_free_space(cache, 0, SZ_4M); in test_extents()
97 ret = test_add_free_space_entry(cache, 0, SZ_4M, 1); in test_bitmaps()
103 ret = btrfs_remove_free_space(cache, 0, SZ_4M); in test_bitmaps()
109 if (test_check_exists(cache, 0, SZ_4M)) { in test_bitmaps()
114 ret = test_add_free_space_entry(cache, 0, SZ_4M, 1); in test_bitmaps()
134 SZ_4M, 1); in test_bitmaps()
171 ret = test_add_free_space_entry(cache, SZ_4M, SZ_1M, 1); in test_bitmaps_and_extents()
[all …]
Dinode-tests.c761 em = btrfs_get_extent(BTRFS_I(inode), NULL, 0, offset, SZ_4M, 0); in test_btrfs_get_extent()
/linux-4.19.296/include/linux/
Dsizes.h37 #define SZ_4M 0x00400000 macro
Dlibnvdimm.h43 ND_IOCTL_MAX_BUFLEN = SZ_4M,
/linux-4.19.296/drivers/pci/controller/
Dpci-ftpci100.c142 case SZ_4M: in faraday_res_to_memcfg()
Dpci-v3-semi.c644 case SZ_4M: in v3_get_dma_range_config()
/linux-4.19.296/drivers/virt/vboxguest/
Dvboxguest_core.c70 size = PAGE_ALIGN(req->hypervisor_size) + SZ_4M; in vbg_guest_mappings_init()
97 (unsigned long)PTR_ALIGN(guest_mappings[i], SZ_4M); in vbg_guest_mappings_init()
/linux-4.19.296/fs/btrfs/
Dsuper.c2189 thresh = SZ_4M; in btrfs_statfs()
Ddisk-io.c2949 sb->s_bdi->ra_pages = max(sb->s_bdi->ra_pages, SZ_4M / PAGE_SIZE); in open_ctree()