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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dtransaction.c74 * start_this_handle: Given a handle, deal with any locking or stalling
80 static int start_this_handle(hfsplus_jbd_t *journal, hfsplus_jbd_handle_t *handle) function
281 err = start_this_handle(journal, hfsplus_handle->handle);
410 ret = start_this_handle(journal, handle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Dtransaction.c78 * start_this_handle: Given a handle, deal with any locking or stalling
84 static int start_this_handle(journal_t *journal, handle_t *handle) function
291 err = start_this_handle(journal, handle);
421 ret = start_this_handle(journal, handle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Dtransaction.c88 * lock. But doing so will mean that start_this_handle() can not be
111 * start_this_handle: Given a handle, deal with any locking or stalling
117 static int start_this_handle(journal_t *journal, handle_t *handle, function
337 err = start_this_handle(journal, handle, gfp_mask);
474 ret = start_this_handle(journal, handle, gfp_mask);

Completed in 70 milliseconds