Home
last modified time | relevance | path

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

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