lf_depth          887 fs/gfs2/dir.c  	leaf->lf_depth = cpu_to_be16(depth);
lf_depth         1028 fs/gfs2/dir.c  	if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) {
lf_depth         1035 fs/gfs2/dir.c  	nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1);
lf_depth         1043 fs/gfs2/dir.c  	len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth));
lf_depth         1047 fs/gfs2/dir.c  			dip->i_depth, be16_to_cpu(oleaf->lf_depth), index);
lf_depth         1122 fs/gfs2/dir.c  	oleaf->lf_depth = nleaf->lf_depth;
lf_depth         1393 fs/gfs2/dir.c  			*depth = be16_to_cpu(lf->lf_depth);
lf_depth         1752 fs/gfs2/dir.c  	leaf = new_leaf(inode, &bh, be16_to_cpu(oleaf->lf_depth));
lf_depth         2122 fs/gfs2/dir.c  			len = BIT(dip->i_depth - be16_to_cpu(leaf->lf_depth));
lf_depth          336 include/uapi/linux/gfs2_ondisk.h 	__be16 lf_depth;		/* Depth of leaf */