Symbol: __GFP_NOLOCKDEP
fs/xfs/libxfs/xfs_attr_leaf.c
655
args->value = kvmalloc(valuelen, GFP_KERNEL | __GFP_NOLOCKDEP);
fs/xfs/libxfs/xfs_btree.h
684
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/libxfs/xfs_da_btree.c
2737
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/libxfs/xfs_da_btree.c
2751
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/libxfs/xfs_da_btree.c
90
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/libxfs/xfs_dir2.c
383
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_RETRY_MAYFAIL);
fs/xfs/libxfs/xfs_dir2.c
440
args = kzalloc_obj(*args, GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/libxfs/xfs_exchmaps.c
502
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/libxfs/xfs_iext_tree.c
401
return kzalloc(size, GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/libxfs/xfs_iext_tree.c
614
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/libxfs/xfs_inode_fork.c
387
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/libxfs/xfs_inode_fork.c
58
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/libxfs/xfs_inode_fork.c
665
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/xfs_attr_list.c
118
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/xfs_buf.c
180
gfp_t gfp_mask = GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOWARN;
fs/xfs/xfs_buf.c
266
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/xfs_buf.c
299
GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL);
fs/xfs/xfs_icache.c
698
if (radix_tree_preload(GFP_KERNEL | __GFP_NOLOCKDEP)) {
include/linux/gfp.h
204
return ((flags & (GFP_KERNEL | GFP_ATOMIC | __GFP_NOLOCKDEP)) |
mm/internal.h
77
__GFP_NOLOCKDEP)
mm/page_alloc.c
4340
if (gfp_mask & __GFP_NOLOCKDEP)
mm/vmalloc.c
3945
GFP_USER | __GFP_NOLOCKDEP)