Lines Matching defs:oleaf
1002 struct gfs2_leaf *nleaf, *oleaf;
1021 oleaf = (struct gfs2_leaf *)obh->b_data;
1022 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) {
1029 nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1);
1037 len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth));
1041 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index);
1104 if (!oleaf->lf_entries)
1106 be16_add_cpu(&oleaf->lf_entries, -1);
1116 oleaf->lf_depth = nleaf->lf_depth;
1727 struct gfs2_leaf *leaf, *oleaf;
1739 oleaf = (struct gfs2_leaf *)obh->b_data;
1740 bn = be64_to_cpu(oleaf->lf_next);
1751 leaf = new_leaf(inode, &bh, be16_to_cpu(oleaf->lf_depth));
1757 oleaf->lf_next = cpu_to_be64(bh->b_blocknr);