Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dtrans.c32 unsigned int revokes) in gfs2_trans_begin() argument
38 BUG_ON(blocks == 0 && revokes == 0); in gfs2_trans_begin()
49 tr->tr_revokes = revokes; in gfs2_trans_begin()
54 if (revokes) in gfs2_trans_begin()
55 tr->tr_reserved += gfs2_struct2blk(sdp, revokes, in gfs2_trans_begin()
Dtrans.h41 unsigned int revokes);
Dglops.c119 unsigned int revokes = atomic_read(&gl->gl_ail_count); in gfs2_ail_flush() local
123 if (!revokes) in gfs2_ail_flush()
126 while (revokes > max_revokes) in gfs2_ail_flush()
Dlops.c686 unsigned int revokes = be32_to_cpu(ld->ld_data1); in revoke_lo_scan_elements() local
717 if (!--revokes) in revoke_lo_scan_elements()
Dbmap.c1546 unsigned int jblocks_rqsted, revokes; in sweep_bh_for_rgrps() local
1556 revokes = jblocks_rqsted; in sweep_bh_for_rgrps()
1558 revokes += end - start; in sweep_bh_for_rgrps()
1560 revokes += sdp->sd_inptrs; in sweep_bh_for_rgrps()
1561 ret = gfs2_trans_begin(sdp, jblocks_rqsted, revokes); in sweep_bh_for_rgrps()