/linux-4.1.27/include/video/ |
D | omapvrfb.h | 45 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp); 60 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() argument
|
/linux-4.1.27/fs/hfs/ |
D | inode.c | 58 &HFS_I(mapping->host)->phys_size); in hfs_write_begin() 221 HFS_I(inode)->phys_size = 0; in hfs_new_inode() 264 __be32 __log_size, __be32 phys_size, u32 clump_size) in hfs_inode_read_fork() argument 276 inode->i_size = HFS_I(inode)->phys_size = log_size; in hfs_inode_read_fork() 279 HFS_I(inode)->alloc_blocks = be32_to_cpu(phys_size) / in hfs_inode_read_fork() 404 __be32 *log_size, __be32 *phys_size) in hfs_inode_write_fork() argument 410 if (phys_size) in hfs_inode_write_fork() 411 *phys_size = cpu_to_be32(HFS_I(inode)->alloc_blocks * in hfs_inode_write_fork()
|
D | extent.c | 377 HFS_I(inode)->phys_size += sb->s_blocksize; in hfs_get_block() 479 inode->i_ino, (long long)HFS_I(inode)->phys_size, in hfs_file_truncate() 481 if (inode->i_size > HFS_I(inode)->phys_size) { in hfs_file_truncate() 495 inode->i_size = HFS_I(inode)->phys_size; in hfs_file_truncate() 497 } else if (inode->i_size == HFS_I(inode)->phys_size) in hfs_file_truncate() 541 HFS_I(inode)->phys_size = inode->i_size; in hfs_file_truncate()
|
D | hfs_fs.h | 84 loff_t phys_size; member 208 __be32 log_size, __be32 phys_size, u32 clump_size);
|
D | btree.c | 241 HFS_I(inode)->phys_size = inode->i_size = in hfs_bmap_alloc()
|
/linux-4.1.27/arch/x86/mm/ |
D | numa_emulation.c | 316 size_t phys_size = numa_dist_cnt * numa_dist_cnt * sizeof(phys_dist[0]); in numa_emulation() local 361 phys_size, PAGE_SIZE); in numa_emulation() 366 memblock_reserve(phys, phys_size); in numa_emulation() 437 memblock_free(__pa(phys_dist), phys_size); in numa_emulation()
|
/linux-4.1.27/drivers/video/fbdev/omap2/ |
D | vrfb.c | 159 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() argument 171 if (phys_size < extra) in omap_vrfb_max_height() 174 height = (phys_size - extra) / (width * bytespp); in omap_vrfb_max_height()
|
/linux-4.1.27/fs/hfsplus/ |
D | extents.c | 281 hip->phys_size += sb->s_blocksize; in hfsplus_get_block() 540 inode->i_ino, (long long)hip->phys_size, inode->i_size); in hfsplus_file_truncate() 542 if (inode->i_size > hip->phys_size) { in hfsplus_file_truncate() 559 } else if (inode->i_size == hip->phys_size) in hfsplus_file_truncate() 606 hip->phys_size = inode->i_size; in hfsplus_file_truncate()
|
D | inode.c | 53 &HFSPLUS_I(mapping->host)->phys_size); in hfsplus_write_begin() 389 hip->phys_size = 0; in hfsplus_new_inode() 456 hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size); in hfsplus_inode_read_fork()
|
D | btree.c | 364 hip->phys_size = inode->i_size = in hfs_bmap_alloc()
|
D | hfsplus_fs.h | 247 loff_t phys_size; member
|
D | xattr.c | 204 hip->phys_size = attr_file->i_size = in hfsplus_create_attributes_file()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | gbefb.c | 1010 unsigned long phys_addr, phys_size; in gbefb_mmap() local 1037 phys_size = size; in gbefb_mmap() 1039 phys_size = TILE_SIZE - offset; in gbefb_mmap() 1042 phys_size, vma->vm_page_prot)) in gbefb_mmap() 1046 size -= phys_size; in gbefb_mmap() 1047 addr += phys_size; in gbefb_mmap()
|
/linux-4.1.27/drivers/misc/carma/ |
D | carma-fpga.c | 167 size_t phys_size; member 1300 psize = priv->phys_size - offset; in data_mmap() 1385 priv->phys_size = resource_size(&res); in data_of_probe()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 335 static unsigned long phys_size[FB_MAX] = { 0, }; variable 2803 phys_size[m64_num] = size; in store_video_par() 3636 if (!phys_vmembase[m64_num] || !phys_size[m64_num] || in atyfb_atari_probe() 3658 info->screen_base = ioremap(phys_vmembase[m64_num], phys_size[m64_num]); in atyfb_atari_probe()
|
/linux-4.1.27/include/linux/ |
D | efi.h | 741 u64 phys_size; member
|