PF_MEMALLOC_NOFS 2856 fs/xfs/libxfs/xfs_btree.c 	unsigned long		new_pflags = PF_MEMALLOC_NOFS;
PF_MEMALLOC_NOFS  151 fs/xfs/xfs_aops.c 	current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS);
PF_MEMALLOC_NOFS  214 fs/xfs/xfs_aops.c 	current_set_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS);
PF_MEMALLOC_NOFS 1010 fs/xfs/xfs_aops.c 	if (WARN_ON_ONCE(current->flags & PF_MEMALLOC_NOFS))
PF_MEMALLOC_NOFS  157 fs/xfs/xfs_trans.c 	current_set_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS);
PF_MEMALLOC_NOFS  167 fs/xfs/xfs_trans.c 			current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS);
PF_MEMALLOC_NOFS  244 fs/xfs/xfs_trans.c 	current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS);
PF_MEMALLOC_NOFS  976 fs/xfs/xfs_trans.c 	current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS);
PF_MEMALLOC_NOFS 1007 fs/xfs/xfs_trans.c 	current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS);
PF_MEMALLOC_NOFS 1068 fs/xfs/xfs_trans.c 	current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS);
PF_MEMALLOC_NOFS  183 include/linux/sched/mm.h 		     (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_NOCMA))) {
PF_MEMALLOC_NOFS  190 include/linux/sched/mm.h 		else if (current->flags & PF_MEMALLOC_NOFS)
PF_MEMALLOC_NOFS  256 include/linux/sched/mm.h 	unsigned int flags = current->flags & PF_MEMALLOC_NOFS;
PF_MEMALLOC_NOFS  257 include/linux/sched/mm.h 	current->flags |= PF_MEMALLOC_NOFS;
PF_MEMALLOC_NOFS  271 include/linux/sched/mm.h 	current->flags = (current->flags & ~PF_MEMALLOC_NOFS) | flags;