Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sched/
A Dmm.h207 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()
214 else if (pflags & PF_MEMALLOC_NOFS) in current_gfp_context()
321 unsigned int flags = current->flags & PF_MEMALLOC_NOFS; in memalloc_nofs_save()
322 current->flags |= PF_MEMALLOC_NOFS; in memalloc_nofs_save()
336 current->flags = (current->flags & ~PF_MEMALLOC_NOFS) | flags; in memalloc_nofs_restore()
/linux-6.3-rc2/include/linux/
A Dfsnotify_backend.h282 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS)); in fsnotify_group_assert_locked()
A Dsched.h1736 #define PF_MEMALLOC_NOFS 0x00040000 /* All allocation requests will inherit GFP_NOFS */ macro
/linux-6.3-rc2/fs/ext4/
A Dxattr.c1550 !(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_inode_cache_find()
2395 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_set_handle()

Completed in 20 milliseconds