Lines Matching refs:blk
182 int size, blk, off; in hfsplus_free_blocks() local
187 blk = (start >> sb->s_blocksize_bits) / 8; in hfsplus_free_blocks()
195 bh = hfsplus_getblk(anode, blk); in hfsplus_free_blocks()
217 if (++blk >= anode->i_blocks) in hfsplus_free_blocks()
311 u32 blk, blk1, ablock, block_count; in hfsplus_extend_file() local
319 blk = blk1 = (HFSPLUS_SB(sb).next_alloc >> sb->s_blocksize_bits) / 8; in hfsplus_extend_file()
325 bh = hfsplus_getblk(anode, blk); in hfsplus_extend_file()
326 if (blk == anode->i_blocks - 1) in hfsplus_extend_file()
341 ablock = (blk << sb->s_blocksize_bits) * 8 + in hfsplus_extend_file()
358 if (++blk >= anode->i_blocks) in hfsplus_extend_file()
359 blk = 0; in hfsplus_extend_file()
360 if (blk == blk1) in hfsplus_extend_file()