Lines Matching refs:depth
200 int depth, in ext2_get_branch() argument
214 while (--depth) { in ext2_get_branch()
584 int depth; in ext2_get_blocks() local
589 depth = ext2_block_to_path(inode,iblock,offsets,&blocks_to_boundary); in ext2_get_blocks()
591 if (depth == 0) in ext2_get_blocks()
594 partial = ext2_get_branch(inode, depth, offsets, chain, &err); in ext2_get_blocks()
598 first_block = le32_to_cpu(chain[depth - 1].key); in ext2_get_blocks()
615 blk = le32_to_cpu(*(chain[depth-1].p + count)); in ext2_get_blocks()
640 indirect_blks = (chain + depth) - partial - 1; in ext2_get_blocks()
663 le32_to_cpu(chain[depth-1].key)); in ext2_get_blocks()
674 map_bh(bh_result, inode->i_sb, le32_to_cpu(chain[depth-1].key)); in ext2_get_blocks()
679 partial = chain + depth - 1; /* the whole chain */ in ext2_get_blocks()
870 int depth, in ext2_find_shared() argument
879 for (k = depth; k > 1 && !offsets[k-1]; k--) in ext2_find_shared()
968 static void ext2_free_branches(struct inode *inode, __le32 *p, __le32 *q, int depth) in ext2_free_branches() argument
973 if (depth--) { in ext2_free_branches()
994 depth); in ext2_free_branches()