Lines Matching defs:bstart
2183 * @bstart: the start of a run of blocks to free
2189 u64 bstart, u32 blen, unsigned char new_state)
2195 if (WARN_ON_ONCE(gfs2_rbm_from_block(&rbm, bstart)))
2433 * @bstart: first block of a run of contiguous blocks
2440 u64 bstart, u32 blen, int meta)
2444 rgblk_free(sdp, rgd, bstart, blen, GFS2_BLKST_FREE);
2445 trace_gfs2_block_alloc(ip, rgd, bstart, blen, GFS2_BLKST_FREE);
2453 gfs2_journal_wipe(ip, bstart, blen);
2460 * @bstart: first block of a run of contiguous blocks
2466 u64 bstart, u32 blen)
2470 __gfs2_free_blocks(ip, rgd, bstart, blen, 1);