Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h513 unsigned int saved_alloc_context; member