Home
last modified time | relevance | path

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

/fs/gfs2/
Dtrans.c30 unsigned int revokes) in gfs2_trans_begin() argument
36 BUG_ON(blocks == 0 && revokes == 0); in gfs2_trans_begin()
47 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.h39 unsigned int revokes);
Dglops.c111 unsigned int revokes = atomic_read(&gl->gl_ail_count); in gfs2_ail_flush() local
114 if (!revokes) in gfs2_ail_flush()
117 ret = gfs2_trans_begin(sdp, 0, revokes); in gfs2_ail_flush()
Dlog.c414 unsigned int revokes = 0; in calc_reserved() local
424 revokes = gfs2_struct2blk(sdp, sdp->sd_log_commited_revoke, in calc_reserved()
429 revokes; in calc_reserved()
Dbmap.c726 unsigned int revokes = 0; in do_strip() local
747 revokes = (height) ? sdp->sd_inptrs : sdp->sd_diptrs; in do_strip()
749 revokes = sdp->sd_inptrs; in do_strip()
794 revokes); in do_strip()
Dlops.c657 unsigned int revokes = be32_to_cpu(ld->ld_data1); in revoke_lo_scan_elements() local
688 if (!--revokes) in revoke_lo_scan_elements()