Lines Matching defs:bstart
368 * @bstart: starting block address of buffers to remove
376 static void gfs2_ail1_wipe(struct gfs2_sbd *sdp, u64 bstart, u32 blen)
381 u64 end = bstart + blen;
389 if (bh->b_blocknr < bstart || bh->b_blocknr >= end)
429 * @bstart: the first buffer in the run
434 void gfs2_journal_wipe(struct gfs2_inode *ip, u64 bstart, u32 blen)
440 gfs2_ail1_wipe(sdp, bstart, blen);
443 bh = gfs2_getbuf(ip->i_gl, bstart, NO_CREATE);
445 bh = gfs2_getjdatabuf(ip, bstart);
459 bstart++;