Home
last modified time | relevance | path

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

/Linux-v6.6/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()
1957 if (handle->h_rsv_handle) in jbd2_journal_stop()
1958 jbd2_free_handle(handle->h_rsv_handle); in jbd2_journal_stop()
/Linux-v6.6/include/linux/
Djbd2.h485 handle_t *h_rsv_handle; member
/Linux-v6.6/fs/ext4/
Dinode.c2165 mpd->io_submit.io_end->handle = handle->h_rsv_handle; in mpage_map_one_extent()
2166 handle->h_rsv_handle = NULL; in mpage_map_one_extent()