Lines Matching defs:blen
2258 * @blen: the length of the block run (all must lie within ONE RG!)
2263 u64 bstart, u32 blen, unsigned char new_state)
2271 while (blen--) {
2512 * @blen: the length of the block run
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);
2525 rgd->rd_free += blen;
2533 gfs2_journal_wipe(ip, bstart, blen);
2541 * @blen: the length of the block run
2546 u64 bstart, u32 blen)
2550 __gfs2_free_blocks(ip, rgd, bstart, blen, 1);
2551 gfs2_statfs_change(sdp, 0, +blen, 0);
2552 gfs2_quota_change(ip, -(s64)blen, ip->i_inode.i_uid, ip->i_inode.i_gid);