ext_bh            298 fs/affs/file.c 	struct buffer_head	*ext_bh;
ext_bh            317 fs/affs/file.c 	ext_bh = affs_get_extblock(inode, ext);
ext_bh            318 fs/affs/file.c 	if (IS_ERR(ext_bh))
ext_bh            320 fs/affs/file.c 	map_bh(bh_result, sb, (sector_t)be32_to_cpu(AFFS_BLOCK(sb, ext_bh, block)));
ext_bh            323 fs/affs/file.c 		u32 blocknr = affs_alloc_block(inode, ext_bh->b_blocknr);
ext_bh            335 fs/affs/file.c 		AFFS_BLOCK(sb, ext_bh, block) = cpu_to_be32(blocknr);
ext_bh            336 fs/affs/file.c 		AFFS_HEAD(ext_bh)->block_count = cpu_to_be32(block + 1);
ext_bh            337 fs/affs/file.c 		affs_adjust_checksum(ext_bh, blocknr - bh_result->b_blocknr + 1);
ext_bh            342 fs/affs/file.c 			u32 tmp = be32_to_cpu(AFFS_HEAD(ext_bh)->first_data);
ext_bh            345 fs/affs/file.c 			AFFS_HEAD(ext_bh)->first_data = cpu_to_be32(blocknr);
ext_bh            346 fs/affs/file.c 			affs_adjust_checksum(ext_bh, blocknr - tmp);
ext_bh            350 fs/affs/file.c 	affs_brelse(ext_bh);
ext_bh            362 fs/affs/file.c 	return PTR_ERR(ext_bh);
ext_bh            364 fs/affs/file.c 	brelse(ext_bh);
ext_bh            841 fs/affs/file.c 	struct buffer_head *ext_bh;
ext_bh            872 fs/affs/file.c 	ext_bh = affs_get_extblock(inode, ext);
ext_bh            873 fs/affs/file.c 	if (IS_ERR(ext_bh)) {
ext_bh            876 fs/affs/file.c 			     ext, PTR_ERR(ext_bh));
ext_bh            892 fs/affs/file.c 	ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension);
ext_bh            901 fs/affs/file.c 		AFFS_HEAD(ext_bh)->first_data = 0;
ext_bh            902 fs/affs/file.c 	AFFS_HEAD(ext_bh)->block_count = cpu_to_be32(i);
ext_bh            907 fs/affs/file.c 		affs_free_block(sb, be32_to_cpu(AFFS_BLOCK(sb, ext_bh, i)));
ext_bh            908 fs/affs/file.c 		AFFS_BLOCK(sb, ext_bh, i) = 0;
ext_bh            910 fs/affs/file.c 	AFFS_TAIL(sb, ext_bh)->extension = 0;
ext_bh            911 fs/affs/file.c 	affs_fix_checksum(sb, ext_bh);
ext_bh            912 fs/affs/file.c 	mark_buffer_dirty_inode(ext_bh, inode);
ext_bh            913 fs/affs/file.c 	affs_brelse(ext_bh);
ext_bh            940 fs/affs/file.c 		ext_bh = affs_bread(sb, ext_key);
ext_bh            945 fs/affs/file.c 			affs_free_block(sb, be32_to_cpu(AFFS_BLOCK(sb, ext_bh, i)));
ext_bh            947 fs/affs/file.c 		ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension);
ext_bh            948 fs/affs/file.c 		affs_brelse(ext_bh);