Home
last modified time | relevance | path

Searched refs:PF_MEMALLOC_NOFS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dmm.h239 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()
246 else if (pflags & PF_MEMALLOC_NOFS) in current_gfp_context()
353 unsigned int flags = current->flags & PF_MEMALLOC_NOFS; in memalloc_nofs_save()
354 current->flags |= PF_MEMALLOC_NOFS; in memalloc_nofs_save()
368 current->flags = (current->flags & ~PF_MEMALLOC_NOFS) | flags; in memalloc_nofs_restore()
/openbmc/linux/include/linux/
H A Dfsnotify_backend.h282 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS)); in fsnotify_group_assert_locked()
H A Dsched.h1751 #define PF_MEMALLOC_NOFS 0x00040000 /* All allocation requests will inherit GFP_NOFS */ macro
/openbmc/linux/fs/xfs/
H A Dxfs_icache.c2054 if (current->flags & PF_MEMALLOC_NOFS) in xfs_inodegc_want_flush_work()
/openbmc/linux/fs/ext4/
H A Dxattr.c1539 !(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_inode_cache_find()
2390 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_set_handle()