Home
last modified time | relevance | path

Searched refs:__GFP_NOLOCKDEP (Results 1 – 14 of 14) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.c58 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_init_local_fork()
387 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_broot_alloc()
665 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_ifork_init_cow()
H A Dxfs_iext_tree.c401 return kzalloc(size, GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_iext_alloc_node()
614 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_iext_realloc_root()
H A Dxfs_dir2.c383 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_RETRY_MAYFAIL); in xfs_dir_cilookup_result()
441 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_dir_lookup()
H A Dxfs_btree.h681 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_btree_alloc_cursor()
H A Dxfs_da_btree.c90 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_da_state_alloc()
2706 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_dabuf_map()
2720 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_dabuf_map()
H A Dxfs_exchmaps.c502 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_exchmaps_link_to_sf()
H A Dxfs_attr_leaf.c594 args->value = kvmalloc(valuelen, GFP_KERNEL | __GFP_NOLOCKDEP); in xfs_attr_copy_value()
/linux/include/linux/
H A Dgfp_types.h300 #define __GFP_NOLOCKDEP ((__force gfp_t)___GFP_NOLOCKDEP) macro
/linux/fs/xfs/
H A Dxfs_buf.c126 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_buf_get_maps()
156 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in _xfs_buf_alloc()
263 gfp_t gfp_mask = GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL; in xfs_buf_alloc_kmem()
294 gfp_t gfp_mask = GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOWARN; in xfs_buf_alloc_pages()
H A Dxfs_attr_list.c118 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_attr_shortform_list()
H A Dxfs_icache.c695 if (radix_tree_preload(GFP_KERNEL | __GFP_NOLOCKDEP)) { in xfs_iget_cache_miss()
/linux/mm/
H A Dpage_owner.c
H A Dinternal.h36 __GFP_NOLOCKDEP)
H A Dpage_alloc.c3845 if (gfp_mask & __GFP_NOLOCKDEP) in __need_reclaim()