Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_inode_fork.c56 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()
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()
A Dxfs_dir2.c383 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_RETRY_MAYFAIL); in xfs_dir_cilookup_result()
442 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_dir_lookup()
A Dxfs_btree.h666 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_btree_alloc_cursor()
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()
A Dxfs_exchmaps.c502 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_exchmaps_link_to_sf()
A Dxfs_attr_leaf.c594 args->value = kvmalloc(valuelen, GFP_KERNEL | __GFP_NOLOCKDEP); in xfs_attr_copy_value()
/linux/include/linux/
A Dgfp_types.h300 #define __GFP_NOLOCKDEP ((__force gfp_t)___GFP_NOLOCKDEP) macro
A Dgfp.h180 return ((flags & (GFP_KERNEL | GFP_ATOMIC | __GFP_NOLOCKDEP)) | in gfp_nested_mask()
/linux/fs/xfs/
A Dxfs_buf.c199 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()
A Dxfs_icache.c710 if (radix_tree_preload(GFP_KERNEL | __GFP_NOLOCKDEP)) { in xfs_iget_cache_miss()
/linux/mm/
A Dinternal.h35 __GFP_NOLOCKDEP)
A Dpage_alloc.c3843 if (gfp_mask & __GFP_NOLOCKDEP) in __need_reclaim()

Completed in 55 milliseconds