Home
last modified time | relevance | path

Searched refs:space_size (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/sparc/kernel/
Dpci.c773 unsigned long space_size, user_offset, user_size; in __pci_mmap_make_offset_bus() local
776 space_size = resource_size(&pbm->io_space); in __pci_mmap_make_offset_bus()
778 space_size = resource_size(&pbm->mem_space); in __pci_mmap_make_offset_bus()
785 if (user_offset >= space_size || in __pci_mmap_make_offset_bus()
786 (user_offset + user_size) > space_size) in __pci_mmap_make_offset_bus()
/Linux-v4.19/fs/btrfs/
Dextent-tree.c4572 u64 space_size; in can_overcommit() local
4595 space_size = calc_global_rsv_need_space(global_rsv); in can_overcommit()
4597 if (used + space_size >= space_info->total_bytes) in can_overcommit()