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

/linux-master/include/linux/
H A Dgfp_types.h285 #define __GFP_NOLOCKDEP ((__force gfp_t)___GFP_NOLOCKDEP) macro
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.c56 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
216 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
704 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
H A Dxfs_dir2.c344 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_RETRY_MAYFAIL);
376 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
H A Dxfs_iext_tree.c401 return kzalloc(size, GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
614 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
H A Dxfs_btree.h680 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
H A Dxfs_da_btree.c90 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
2548 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
2562 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
H A Dxfs_attr_leaf.c523 args->value = kvmalloc(valuelen, GFP_KERNEL | __GFP_NOLOCKDEP);
/linux-master/fs/xfs/
H A Dxfs_buf.c199 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
232 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
337 gfp_t gfp_mask = GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL;
368 gfp_t gfp_mask = GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOWARN;
444 * we can't pass __GFP_NOLOCKDEP down to auxillary structures to
H A Dxfs_icache.c673 if (radix_tree_preload(GFP_KERNEL | __GFP_NOLOCKDEP)) {
/linux-master/lib/
H A Dstackdepot.c633 alloc_flags &= (GFP_ATOMIC | GFP_KERNEL | __GFP_NOLOCKDEP);
/linux-master/mm/
H A Dinternal.h27 __GFP_NOLOCKDEP)
H A Dkmemleak.c119 __GFP_NOLOCKDEP)) | \
H A Dpage_alloc.c3690 if (gfp_mask & __GFP_NOLOCKDEP)

Completed in 218 milliseconds