Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jbd2/
Dtransaction.c457 handle->saved_alloc_context = memalloc_nofs_save(); in start_this_handle()
749 memalloc_nofs_restore(handle->saved_alloc_context); in stop_this_handle()
1816 memalloc_nofs_restore(handle->saved_alloc_context); in jbd2_journal_stop()
/kernel/linux/linux-5.10/include/linux/
Djbd2.h513 unsigned int saved_alloc_context; member