Searched refs:aligned_end (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/arm64/mm/ |
D | mmu.c | 409 unsigned long aligned_end = round_up(__pa(__init_end), in fixup_executable() local 412 aligned_end - __pa(__init_end), in fixup_executable()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pci.c | 803 resource_size_t aligned_end; in __pci_mmap_make_offset() local 826 aligned_end = (rp->end + PAGE_SIZE) & PAGE_MASK; in __pci_mmap_make_offset() 829 (user_paddr + user_size) <= aligned_end) in __pci_mmap_make_offset()
|
/linux-4.1.27/fs/btrfs/ |
D | ioctl.c | 3210 const u64 aligned_end = ALIGN(new_key->offset + datal, in clone_copy_inline_extent() local 3258 if (ext_len > aligned_end) in clone_copy_inline_extent() 3295 ret = btrfs_drop_extents(trans, root, dst, drop_start, aligned_end, 1); in clone_copy_inline_extent()
|
D | inode.c | 249 u64 aligned_end = ALIGN(end, root->sectorsize); in cow_file_range_inline() local 288 start, aligned_end, NULL, in cow_file_range_inline() 311 btrfs_drop_extent_cache(inode, start, aligned_end - 1, 0); in cow_file_range_inline()
|