Home
last modified time | relevance | path

Searched refs:h_rsv_handle (Results 1 – 3 of 3) sorted by relevance

/linux/fs/jbd2/
H A Dtransaction.c320 if (handle->h_rsv_handle) in start_this_handle()
321 rsv_blocks = handle->h_rsv_handle->h_total_credits; in start_this_handle()
497 handle->h_rsv_handle = rsv_handle; in jbd2__journal_start()
503 if (handle->h_rsv_handle) in jbd2__journal_start()
504 jbd2_free_handle(handle->h_rsv_handle); in jbd2__journal_start()
528 * stored in h_rsv_handle. It is not attached to any particular transaction
530 * handle, it has to set h_rsv_handle to NULL as otherwise jbd2_journal_stop()
728 if (handle->h_rsv_handle) in stop_this_handle()
729 __jbd2_journal_unreserve_handle(handle->h_rsv_handle, in stop_this_handle()
1953 if (handle->h_rsv_handle) in jbd2_journal_stop()
[all...]
/linux/include/linux/
H A Djbd2.h455 * @h_rsv_handle: Handle reserved for finishing the logical operation.
484 handle_t *h_rsv_handle; member
/linux/fs/ext4/
H A Dinode.c2380 mpd->io_submit.io_end->handle = handle->h_rsv_handle; in mpage_map_one_extent()
2381 handle->h_rsv_handle = NULL; in mpage_map_one_extent()