Lines Matching refs:branch
535 static int ext3_blks_to_allocate(Indirect *branch, int k, unsigned long blks, in ext3_blks_to_allocate() argument
555 le32_to_cpu(*(branch[0].p + count)) == 0) { in ext3_blks_to_allocate()
655 int *offsets, Indirect *branch) in ext3_alloc_branch() argument
670 branch[0].key = cpu_to_le32(new_blocks[0]); in ext3_alloc_branch()
685 branch[n].bh = bh; in ext3_alloc_branch()
696 branch[n].p = (__le32 *) bh->b_data + offsets[n]; in ext3_alloc_branch()
697 branch[n].key = cpu_to_le32(new_blocks[n]); in ext3_alloc_branch()
698 *branch[n].p = branch[n].key; in ext3_alloc_branch()
707 *(branch[n].p + i) = cpu_to_le32(++current_block); in ext3_alloc_branch()
723 BUFFER_TRACE(branch[i].bh, "call journal_forget"); in ext3_alloc_branch()
724 ext3_journal_forget(handle, branch[i].bh); in ext3_alloc_branch()