Home
last modified time | relevance | path

Searched refs:smap (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/nilfs2/
Dpage.c324 struct address_space *smap) in nilfs_copy_dirty_pages() argument
333 if (!pagevec_lookup_tag(&pvec, smap, &index, PAGECACHE_TAG_DIRTY, in nilfs_copy_dirty_pages()
379 struct address_space *smap) in nilfs_copy_back_pages() argument
388 n = pagevec_lookup(&pvec, smap, index, PAGEVEC_SIZE); in nilfs_copy_back_pages()
409 spin_lock_irq(&smap->tree_lock); in nilfs_copy_back_pages()
410 page2 = radix_tree_delete(&smap->page_tree, offset); in nilfs_copy_back_pages()
413 smap->nrpages--; in nilfs_copy_back_pages()
414 spin_unlock_irq(&smap->tree_lock); in nilfs_copy_back_pages()
/linux-2.6.39/mm/
Dpercpu.c1191 static int smap[PERCPU_DYNAMIC_EARLY_SLOTS] __initdata; in pcpu_setup_first_chunk() local
1300 schunk->map = smap; in pcpu_setup_first_chunk()
1301 schunk->map_alloc = ARRAY_SIZE(smap); in pcpu_setup_first_chunk()
/linux-2.6.39/fs/ocfs2/dlm/
Ddlmdomain.c67 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap() argument
77 if (test_bit(nn, smap)) in byte_copymap()