Searched refs:aligned_end (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/openrisc/kernel/ |
| A D | setup.c | 82 unsigned long aligned_end = ALIGN(initrd_end, PAGE_SIZE); in setup_memory() local 84 memblock_reserve(__pa(aligned_start), aligned_end - aligned_start); in setup_memory()
|
| /linux/fs/btrfs/ |
| A D | reflink.c | 175 const u64 aligned_end = ALIGN(new_key->offset + datal, in clone_copy_inline_extent() local 266 drop_args.end = aligned_end; in clone_copy_inline_extent() 281 ret = btrfs_inode_set_file_extent_range(BTRFS_I(dst), 0, aligned_end); in clone_copy_inline_extent()
|
| A D | inode.c | 355 u64 aligned_end = ALIGN(end, fs_info->sectorsize); in cow_file_range_inline() local 386 drop_args.end = aligned_end; in cow_file_range_inline()
|
| /linux/arch/sparc/kernel/ |
| A D | pci.c | 832 resource_size_t aligned_end; in __pci_mmap_make_offset() local 855 aligned_end = (rp->end + PAGE_SIZE) & PAGE_MASK; in __pci_mmap_make_offset() 858 (user_paddr + user_size) <= aligned_end) in __pci_mmap_make_offset()
|
| /linux/init/ |
| A D | initramfs.c | 608 unsigned long aligned_end = ALIGN(end, PAGE_SIZE); in free_initrd_mem() local 610 memblock_free((void *)aligned_start, aligned_end - aligned_start); in free_initrd_mem()
|
| /linux/drivers/misc/cxl/ |
| A D | pci.c | 1038 loff_t aligned_start, aligned_end; in cxl_pci_afu_read_err_buffer() local 1049 aligned_end = round_up(off + count, 8); in cxl_pci_afu_read_err_buffer() 1050 aligned_length = aligned_end - aligned_start; in cxl_pci_afu_read_err_buffer()
|
Completed in 32 milliseconds