Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jbd2/
Dtransaction.c469 handle->saved_alloc_context = memalloc_nofs_save(); in start_this_handle()
758 memalloc_nofs_restore(handle->saved_alloc_context); in stop_this_handle()
1842 memalloc_nofs_restore(handle->saved_alloc_context); in jbd2_journal_stop()
/linux-6.1.9/include/linux/
Djbd2.h512 unsigned int saved_alloc_context; member