Home
last modified time | relevance | path

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

/linux-4.19.296/block/partitions/
Dmac.h14 __be32 map_count; /* # blocks in partition map */ member
Dmac.c66 blocks_in_map = be32_to_cpu(part->map_count); in mac_partition()
/linux-4.19.296/drivers/misc/mic/host/
Dmic_smpt.h71 s64 map_count; member
Dmic_smpt.c139 smpt_info->map_count++; in mic_smpt_op()
380 smpt_info->map_count = 0; in mic_smpt_init()
403 smpt_info->map_count, smpt_info->unmap_count); in mic_smpt_uninit()
/linux-4.19.296/include/linux/
Dmm_types.h389 int map_count; /* number of VMAs */ member
/linux-4.19.296/fs/xfs/
Dxfs_buf.c186 int map_count) in xfs_buf_get_maps() argument
189 bp->b_map_count = map_count; in xfs_buf_get_maps()
191 if (map_count == 1) { in xfs_buf_get_maps()
196 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps()
/linux-4.19.296/fs/
Dbinfmt_elf.c1625 count = current->mm->map_count; in fill_files_note()
1680 n = current->mm->map_count - count; in fill_files_note()
2260 segs = current->mm->map_count; in elf_core_dump()
Dbinfmt_elf_fdpic.c1639 segs = current->mm->map_count; in elf_fdpic_core_dump()
/linux-4.19.296/fs/proc/
Dtask_mmu.c186 if (pos < mm->map_count) { in m_start()
195 if (pos == mm->map_count && priv->tail_vma) in m_start()