max_revokes       141 fs/gfs2/glops.c 	unsigned int max_revokes = (sdp->sd_sb.sb_bsize - sizeof(struct gfs2_log_descriptor)) / sizeof(u64);
max_revokes       147 fs/gfs2/glops.c 	while (revokes > max_revokes)
max_revokes       148 fs/gfs2/glops.c 		max_revokes += (sdp->sd_sb.sb_bsize - sizeof(struct gfs2_meta_header)) / sizeof(u64);
max_revokes       150 fs/gfs2/glops.c 	ret = gfs2_trans_begin(sdp, 0, max_revokes);
max_revokes       153 fs/gfs2/glops.c 	__gfs2_ail_flush(gl, fsync, max_revokes);
max_revokes       625 fs/gfs2/log.c  	int max_revokes = (sdp->sd_sb.sb_bsize - sizeof(struct gfs2_log_descriptor)) / sizeof(u64);
max_revokes       641 fs/gfs2/log.c  	while (sdp->sd_log_num_revoke > max_revokes)
max_revokes       642 fs/gfs2/log.c  		max_revokes += (sdp->sd_sb.sb_bsize - sizeof(struct gfs2_meta_header)) / sizeof(u64);
max_revokes       643 fs/gfs2/log.c  	max_revokes -= sdp->sd_log_num_revoke;
max_revokes       655 fs/gfs2/log.c  			if (max_revokes == 0)
max_revokes       660 fs/gfs2/log.c  			max_revokes--;