Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jbd2/
Dtransaction.c339 if (handle->h_rsv_handle) in start_this_handle()
340 rsv_blocks = handle->h_rsv_handle->h_total_credits; in start_this_handle()
516 handle->h_rsv_handle = rsv_handle; in jbd2__journal_start()
522 if (handle->h_rsv_handle) in jbd2__journal_start()
523 jbd2_free_handle(handle->h_rsv_handle); in jbd2__journal_start()
747 if (handle->h_rsv_handle) in stop_this_handle()
748 __jbd2_journal_unreserve_handle(handle->h_rsv_handle, in stop_this_handle()
1954 if (handle->h_rsv_handle) in jbd2_journal_stop()
1955 jbd2_free_handle(handle->h_rsv_handle); in jbd2_journal_stop()
/linux-5.19.10/include/linux/
Djbd2.h495 handle_t *h_rsv_handle; member
/linux-5.19.10/fs/ext4/
Dinode.c2410 mpd->io_submit.io_end->handle = handle->h_rsv_handle; in mpage_map_one_extent()
2411 handle->h_rsv_handle = NULL; in mpage_map_one_extent()