ret_block        1239 fs/ext2/balloc.c 	ext2_fsblk_t ret_block;		/* filesyetem-wide allocated block */
ret_block        1390 fs/ext2/balloc.c 	ret_block = grp_alloc_blk + ext2_group_first_block_no(sb, group_no);
ret_block        1392 fs/ext2/balloc.c 	if (in_range(le32_to_cpu(gdp->bg_block_bitmap), ret_block, num) ||
ret_block        1393 fs/ext2/balloc.c 	    in_range(le32_to_cpu(gdp->bg_inode_bitmap), ret_block, num) ||
ret_block        1394 fs/ext2/balloc.c 	    in_range(ret_block, le32_to_cpu(gdp->bg_inode_table),
ret_block        1396 fs/ext2/balloc.c 	    in_range(ret_block + num - 1, le32_to_cpu(gdp->bg_inode_table),
ret_block        1401 fs/ext2/balloc.c 			    ret_block, num);
ret_block        1412 fs/ext2/balloc.c 	if (ret_block + num - 1 >= le32_to_cpu(es->s_blocks_count)) {
ret_block        1415 fs/ext2/balloc.c 			    "block_group = %d, es == %p ", ret_block,
ret_block        1434 fs/ext2/balloc.c 	return ret_block;
ret_block         117 fs/omfs/file.c 			u64 *ret_block)
ret_block         182 fs/omfs/file.c 	*ret_block = new_block;