Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jbd2/
Dtransaction.c333 if (handle->h_rsv_handle) in start_this_handle()
334 rsv_blocks = handle->h_rsv_handle->h_total_credits; in start_this_handle()
504 handle->h_rsv_handle = rsv_handle; in jbd2__journal_start()
510 if (handle->h_rsv_handle) in jbd2__journal_start()
511 jbd2_free_handle(handle->h_rsv_handle); in jbd2__journal_start()
738 if (handle->h_rsv_handle) in stop_this_handle()
739 __jbd2_journal_unreserve_handle(handle->h_rsv_handle, in stop_this_handle()
1918 if (handle->h_rsv_handle) in jbd2_journal_stop()
1919 jbd2_free_handle(handle->h_rsv_handle); in jbd2_journal_stop()
/kernel/linux/linux-5.10/include/linux/
Djbd2.h495 handle_t *h_rsv_handle; member
/kernel/linux/linux-5.10/fs/ext4/
Dinode.c2412 mpd->io_submit.io_end->handle = handle->h_rsv_handle; in mpage_map_one_extent()
2413 handle->h_rsv_handle = NULL; in mpage_map_one_extent()