Home
last modified time | relevance | path

Searched refs:t_revokes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/jbd2/
H A Dtransaction.c724 int t_revokes, revoke_descriptors; in stop_this_handle() local
729 t_revokes = atomic_add_return(revokes, in stop_this_handle()
732 DIV_ROUND_UP(t_revokes, rr_per_blk) - in stop_this_handle()
733 DIV_ROUND_UP(t_revokes - revokes, rr_per_blk); in stop_this_handle()
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c733 int t_revokes, revoke_descriptors; in stop_this_handle() local
738 t_revokes = atomic_add_return(revokes, in stop_this_handle()
741 DIV_ROUND_UP(t_revokes, rr_per_blk) - in stop_this_handle()
742 DIV_ROUND_UP(t_revokes - revokes, rr_per_blk); in stop_this_handle()

Completed in 7 milliseconds