Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Dtransaction.c450 handle->saved_alloc_context = memalloc_nofs_save(); in start_this_handle()
739 memalloc_nofs_restore(handle->saved_alloc_context); in stop_this_handle()
1841 memalloc_nofs_restore(handle->saved_alloc_context); in jbd2_journal_stop()
/linux/include/linux/
H A Djbd2.h501 unsigned int saved_alloc_context; member