Home
last modified time | relevance | path

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

/Linux-v5.10/fs/jbd2/
Dtransaction.c452 handle->saved_alloc_context = memalloc_nofs_save(); in start_this_handle()
744 memalloc_nofs_restore(handle->saved_alloc_context); in stop_this_handle()
1801 memalloc_nofs_restore(handle->saved_alloc_context); in jbd2_journal_stop()
/Linux-v5.10/include/linux/
Djbd2.h513 unsigned int saved_alloc_context; member