Lines Matching defs:blen
2184 * @blen: the length of the block run (all must lie within ONE RG!)
2189 u64 bstart, u32 blen, unsigned char new_state)
2197 while (blen--) {
2434 * @blen: the length of the block run
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);
2446 rgd->rd_free += blen;
2453 gfs2_journal_wipe(ip, bstart, blen);
2461 * @blen: the length of the block run
2466 u64 bstart, u32 blen)
2470 __gfs2_free_blocks(ip, rgd, bstart, blen, 1);
2471 gfs2_statfs_change(sdp, 0, +blen, 0);
2472 gfs2_quota_change(ip, -(s64)blen, ip->i_inode.i_uid, ip->i_inode.i_gid);