Home
last modified time | relevance | path

Searched refs:revokes (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/gfs2/
Dtrans.c41 unsigned int revokes) in gfs2_trans_begin() argument
50 BUG_ON(blocks == 0 && revokes == 0); in gfs2_trans_begin()
61 tr->tr_revokes = revokes; in gfs2_trans_begin()
66 if (revokes) in gfs2_trans_begin()
67 tr->tr_reserved += gfs2_struct2blk(sdp, revokes); in gfs2_trans_begin()
Dtrans.h38 unsigned int revokes);
Dglops.c148 unsigned int revokes = atomic_read(&gl->gl_ail_count); in gfs2_ail_flush() local
152 if (!revokes) in gfs2_ail_flush()
155 while (revokes > max_revokes) in gfs2_ail_flush()
Dbmap.c1557 unsigned int jblocks_rqsted, revokes; in sweep_bh_for_rgrps() local
1567 revokes = jblocks_rqsted; in sweep_bh_for_rgrps()
1569 revokes += end - start; in sweep_bh_for_rgrps()
1571 revokes += sdp->sd_inptrs; in sweep_bh_for_rgrps()
1572 ret = gfs2_trans_begin(sdp, jblocks_rqsted, revokes); in sweep_bh_for_rgrps()
Dlops.c910 unsigned int revokes = be32_to_cpu(ld->ld_data1); in revoke_lo_scan_elements() local
941 if (!--revokes) in revoke_lo_scan_elements()
/Linux-v5.10/fs/jbd2/
Dtransaction.c706 int revokes; in stop_this_handle() local
717 revokes = handle->h_revoke_credits_requested - handle->h_revoke_credits; in stop_this_handle()
718 if (revokes) { in stop_this_handle()
722 WARN_ON_ONCE(DIV_ROUND_UP(revokes, rr_per_blk) in stop_this_handle()
724 t_revokes = atomic_add_return(revokes, in stop_this_handle()
728 DIV_ROUND_UP(t_revokes - revokes, rr_per_blk); in stop_this_handle()