oleaf            1008 fs/gfs2/dir.c  	struct gfs2_leaf *nleaf, *oleaf;
oleaf            1027 fs/gfs2/dir.c  	oleaf = (struct gfs2_leaf *)obh->b_data;
oleaf            1028 fs/gfs2/dir.c  	if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) {
oleaf            1035 fs/gfs2/dir.c  	nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1);
oleaf            1043 fs/gfs2/dir.c  	len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth));
oleaf            1047 fs/gfs2/dir.c  			dip->i_depth, be16_to_cpu(oleaf->lf_depth), index);
oleaf            1110 fs/gfs2/dir.c  			if (!oleaf->lf_entries)
oleaf            1112 fs/gfs2/dir.c  			be16_add_cpu(&oleaf->lf_entries, -1);
oleaf            1122 fs/gfs2/dir.c  	oleaf->lf_depth = nleaf->lf_depth;
oleaf            1728 fs/gfs2/dir.c  	struct gfs2_leaf *leaf, *oleaf;
oleaf            1740 fs/gfs2/dir.c  		oleaf = (struct gfs2_leaf *)obh->b_data;
oleaf            1741 fs/gfs2/dir.c  		bn = be64_to_cpu(oleaf->lf_next);
oleaf            1752 fs/gfs2/dir.c  	leaf = new_leaf(inode, &bh, be16_to_cpu(oleaf->lf_depth));
oleaf            1758 fs/gfs2/dir.c  	oleaf->lf_next = cpu_to_be64(bh->b_blocknr);