Searched refs:start_this_handle (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/jbd2/
H A Dtransaction.c325 * start_this_handle: Given a handle, deal with any locking or stalling
331 static int start_this_handle(journal_t *journal, handle_t *handle, function
520 err = start_this_handle(journal, handle, gfp_mask);
624 ret = start_this_handle(journal, handle, GFP_NOFS);
766 * @gfp_mask: memory allocation flags (for start_this_handle)
815 ret = start_this_handle(journal, handle, gfp_mask);

Completed in 127 milliseconds