Lines Matching refs:i_depth
110 if (parentinp->i_depth + 1 == inp->i_depth)
118 if (inp->i_depth == 0 && updateasked == 0) {
140 if ((inp->i_depth == 0 && dirdepthupdate == 0) ||
159 if (inp->i_depth != 0 && debug) {
162 printf(" DEPTH %d SHOULD BE %d", inp->i_depth,
163 parentinp->i_depth + 1);
171 inp->i_depth = parentinp->i_depth + 1;
173 DIP_SET(dp, di_dirdepth, inp->i_depth);
177 cmd.size = (int64_t)inp->i_depth - DIP(dp, di_dirdepth);
721 getinoinfo(dir)->i_depth = depth;
964 inp->i_depth = parentinp->i_depth + 1;
965 DIP_SET(dp, di_dirdepth, inp->i_depth);