Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dmm.h254 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()
261 else if (pflags & PF_MEMALLOC_NOFS) in current_gfp_context()
386 return memalloc_flags_save(PF_MEMALLOC_NOFS); in memalloc_nofs_save()
/linux-6.15/fs/bcachefs/
H A Dbtree_locking.h202 trans->pf_memalloc_nofs = (current->flags & PF_MEMALLOC_NOFS) != 0; in trans_set_locked()
203 current->flags |= PF_MEMALLOC_NOFS; in trans_set_locked()
215 current->flags &= ~PF_MEMALLOC_NOFS; in trans_set_unlocked()
/linux-6.15/include/linux/
H A Dfsnotify_backend.h299 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS)); in fsnotify_group_assert_locked()
H A Dsched.h1733 #define PF_MEMALLOC_NOFS 0x00040000 /* All allocations inherit GFP_NOFS. See memalloc_nfs_save() */ macro
/linux-6.15/fs/ext4/
H A Dxattr.c1531 !(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_inode_cache_find()
2384 WARN_ON_ONCE(!(current->flags & PF_MEMALLOC_NOFS)); in ext4_xattr_set_handle()
/linux-6.15/fs/xfs/
H A Dxfs_icache.c2150 if (current->flags & PF_MEMALLOC_NOFS) in xfs_inodegc_want_flush_work()