Home
last modified time | relevance | path

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

/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.h39 unsigned int revokes);
Dglops.c116 unsigned int revokes = atomic_read(&gl->gl_ail_count); in gfs2_ail_flush() local
120 if (!revokes) in gfs2_ail_flush()
123 while (revokes > max_revokes) in gfs2_ail_flush()
Dbmap.c728 unsigned int revokes = 0; in do_strip() local
749 revokes = (height) ? sdp->sd_inptrs : sdp->sd_diptrs; in do_strip()
751 revokes = sdp->sd_inptrs; in do_strip()
796 revokes); in do_strip()
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()