Searched refs:__GFP_NOLOCKDEP (Results 1 – 13 of 13) sorted by relevance
56 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_init_local_fork()216 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_iformat_btree()704 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_ifork_init_cow()
401 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()
383 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_RETRY_MAYFAIL); in xfs_dir_cilookup_result()442 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_dir_lookup()
666 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_btree_alloc_cursor()
90 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()
502 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_exchmaps_link_to_sf()
594 args->value = kvmalloc(valuelen, GFP_KERNEL | __GFP_NOLOCKDEP); in xfs_attr_copy_value()
300 #define __GFP_NOLOCKDEP ((__force gfp_t)___GFP_NOLOCKDEP) macro
180 return ((flags & (GFP_KERNEL | GFP_ATOMIC | __GFP_NOLOCKDEP)) | in gfp_nested_mask()
199 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_buf_get_maps()232 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in _xfs_buf_alloc()337 gfp_t gfp_mask = GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL; in xfs_buf_alloc_kmem()368 gfp_t gfp_mask = GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOWARN; in xfs_buf_alloc_pages()
710 if (radix_tree_preload(GFP_KERNEL | __GFP_NOLOCKDEP)) { in xfs_iget_cache_miss()
35 __GFP_NOLOCKDEP)
3843 if (gfp_mask & __GFP_NOLOCKDEP) in __need_reclaim()
Completed in 55 milliseconds