Home
last modified time | relevance | path

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

/linux-6.12.1/fs/jbd2/
Dtransaction.c324 if (handle->h_rsv_handle) in start_this_handle()
325 rsv_blocks = handle->h_rsv_handle->h_total_credits; in start_this_handle()
501 handle->h_rsv_handle = rsv_handle; in jbd2__journal_start()
507 if (handle->h_rsv_handle) in jbd2__journal_start()
508 jbd2_free_handle(handle->h_rsv_handle); in jbd2__journal_start()
732 if (handle->h_rsv_handle) in stop_this_handle()
733 __jbd2_journal_unreserve_handle(handle->h_rsv_handle, in stop_this_handle()
1956 if (handle->h_rsv_handle) in jbd2_journal_stop()
1957 jbd2_free_handle(handle->h_rsv_handle); in jbd2_journal_stop()
/linux-6.12.1/include/linux/
Djbd2.h485 handle_t *h_rsv_handle; member
/linux-6.12.1/fs/ext4/
Dinode.c2214 mpd->io_submit.io_end->handle = handle->h_rsv_handle; in mpage_map_one_extent()
2215 handle->h_rsv_handle = NULL; in mpage_map_one_extent()