Home
last modified time | relevance | path

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

/Linux-v5.4/fs/gfs2/
Dtrans.c29 unsigned int revokes) in gfs2_trans_begin() argument
35 BUG_ON(blocks == 0 && revokes == 0); in gfs2_trans_begin()
46 tr->tr_revokes = revokes; in gfs2_trans_begin()
51 if (revokes) in gfs2_trans_begin()
52 tr->tr_reserved += gfs2_struct2blk(sdp, revokes, in gfs2_trans_begin()
Dtrans.h38 unsigned int revokes);
Dglops.c115 unsigned int revokes = atomic_read(&gl->gl_ail_count); in gfs2_ail_flush() local
119 if (!revokes) in gfs2_ail_flush()
122 while (revokes > max_revokes) in gfs2_ail_flush()
Dbmap.c1550 unsigned int jblocks_rqsted, revokes; in sweep_bh_for_rgrps() local
1560 revokes = jblocks_rqsted; in sweep_bh_for_rgrps()
1562 revokes += end - start; in sweep_bh_for_rgrps()
1564 revokes += sdp->sd_inptrs; in sweep_bh_for_rgrps()
1565 ret = gfs2_trans_begin(sdp, jblocks_rqsted, revokes); in sweep_bh_for_rgrps()
Dlops.c909 unsigned int revokes = be32_to_cpu(ld->ld_data1); in revoke_lo_scan_elements() local
940 if (!--revokes) in revoke_lo_scan_elements()