Home
last modified time | relevance | path

Searched refs:radix_tree_preload (Results 1 – 16 of 16) sorted by relevance

/linux-3.4.99/lib/
Dradix-tree.c78 struct radix_tree_preload { struct
82 static DEFINE_PER_CPU(struct radix_tree_preload, radix_tree_preloads) = { 0, }; argument
198 struct radix_tree_preload *rtp; in radix_tree_node_alloc()
254 int radix_tree_preload(gfp_t gfp_mask) in radix_tree_preload() function
256 struct radix_tree_preload *rtp; in radix_tree_preload()
278 EXPORT_SYMBOL(radix_tree_preload);
1419 struct radix_tree_preload *rtp; in radix_tree_callback()
/linux-3.4.99/mm/
Dswap_state.c110 error = radix_tree_preload(gfp_mask); in add_to_swap_cache()
308 err = radix_tree_preload(gfp_mask & GFP_KERNEL); in read_swap_cache_async()
Dfilemap.c400 error = radix_tree_preload(gfp_mask & ~__GFP_HIGHMEM); in replace_page_cache_page()
456 error = radix_tree_preload(gfp_mask & ~__GFP_HIGHMEM); in add_to_page_cache_locked()
Dvmalloc.c802 err = radix_tree_preload(gfp_mask); in new_vmap_block()
Dshmem.c262 error = radix_tree_preload(gfp & GFP_RECLAIM_MASK); in shmem_add_to_page_cache()
/linux-3.4.99/include/linux/
Dradix-tree.h233 int radix_tree_preload(gfp_t gfp_mask);
/linux-3.4.99/fs/nilfs2/
Dbtnode.c191 err = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM); in nilfs_btnode_prepare_change_key()
/linux-3.4.99/fs/xfs/
Dxfs_mru_cache.c455 if (radix_tree_preload(GFP_KERNEL)) { in xfs_mru_cache_insert()
Dxfs_iget.c339 if (radix_tree_preload(GFP_KERNEL)) { in xfs_iget_cache_miss()
Dxfs_mount.c476 if (radix_tree_preload(GFP_NOFS)) in xfs_initialize_perag()
/linux-3.4.99/block/
Dblk-ioc.c353 if (radix_tree_preload(gfp_mask) < 0) { in ioc_create_icq()
/linux-3.4.99/drivers/block/
Dbrd.c113 if (radix_tree_preload(GFP_NOIO)) { in brd_insert_page()
/linux-3.4.99/fs/fscache/
Dpage.c770 ret = radix_tree_preload(gfp & ~__GFP_HIGHMEM); in __fscache_write_page()
/linux-3.4.99/fs/btrfs/
Ddelayed-inode.c141 ret = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM); in btrfs_get_or_create_delayed_node()
Ddisk-io.c1438 ret = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM); in btrfs_read_fs_root_no_name()
Dextent_io.c4186 ret = radix_tree_preload(GFP_NOFS & ~__GFP_HIGHMEM); in alloc_extent_buffer()