Home
last modified time | relevance | path

Searched refs:pf_memalloc_nofs (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbtree_locking.h202 trans->pf_memalloc_nofs = (current->flags & PF_MEMALLOC_NOFS) != 0; in trans_set_locked()
214 if (!trans->pf_memalloc_nofs) in trans_set_unlocked()
H A Dbtree_types.h501 bool pf_memalloc_nofs:1; member