Lines Matching defs:bstart
2257 * @bstart: the start of a run of blocks to free
2263 u64 bstart, u32 blen, unsigned char new_state)
2269 if (WARN_ON_ONCE(gfs2_rbm_from_block(&rbm, bstart)))
2511 * @bstart: first block of a run of contiguous blocks
2518 u64 bstart, u32 blen, int meta)
2523 rgblk_free(sdp, rgd, bstart, blen, GFS2_BLKST_FREE);
2524 trace_gfs2_block_alloc(ip, rgd, bstart, blen, GFS2_BLKST_FREE);
2533 gfs2_journal_wipe(ip, bstart, blen);
2540 * @bstart: first block of a run of contiguous blocks
2546 u64 bstart, u32 blen)
2550 __gfs2_free_blocks(ip, rgd, bstart, blen, 1);