Lines Matching defs:bstart
373 * @bstart: starting block address of buffers to remove
381 static void gfs2_ail1_wipe(struct gfs2_sbd *sdp, u64 bstart, u32 blen)
386 u64 end = bstart + blen;
394 if (bh->b_blocknr < bstart || bh->b_blocknr >= end)
434 * @bstart: the first buffer in the run
439 void gfs2_journal_wipe(struct gfs2_inode *ip, u64 bstart, u32 blen)
451 gfs2_ail1_wipe(sdp, bstart, blen);
454 bh = gfs2_getbuf(ip->i_gl, bstart, NO_CREATE);
456 bh = gfs2_getjdatabuf(ip, bstart);
470 bstart++;