Home
last modified time | relevance | path

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

/Linux-v4.19/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.c117 unsigned int revokes = atomic_read(&gl->gl_ail_count); in gfs2_ail_flush() local
121 if (!revokes) in gfs2_ail_flush()
124 while (revokes > max_revokes) in gfs2_ail_flush()
Dlops.c687 unsigned int revokes = be32_to_cpu(ld->ld_data1); in revoke_lo_scan_elements() local
718 if (!--revokes) in revoke_lo_scan_elements()
Dbmap.c1516 unsigned int jblocks_rqsted, revokes; in sweep_bh_for_rgrps() local
1526 revokes = jblocks_rqsted; in sweep_bh_for_rgrps()
1528 revokes += end - start; in sweep_bh_for_rgrps()
1530 revokes += sdp->sd_inptrs; in sweep_bh_for_rgrps()
1531 ret = gfs2_trans_begin(sdp, jblocks_rqsted, revokes); in sweep_bh_for_rgrps()