Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf.c171 int map_count) in xfs_buf_get_maps() argument
174 bp->b_map_count = map_count; in xfs_buf_get_maps()
176 if (map_count == 1) { in xfs_buf_get_maps()
181 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps()
/fs/
Dbinfmt_elf.c1590 count = current->mm->map_count; in fill_files_note()
1645 n = current->mm->map_count - count; in fill_files_note()
2220 segs = current->mm->map_count; in elf_core_dump()
Dbinfmt_elf_fdpic.c1635 segs = current->mm->map_count; in elf_fdpic_core_dump()
/fs/proc/
Dtask_mmu.c236 if (pos < mm->map_count) { in m_start()
245 if (pos == mm->map_count && priv->tail_vma) in m_start()