Searched refs:i_depth (Results 1 – 4 of 4) sorted by relevance
110 if (parentinp->i_depth + 1 == inp->i_depth) in check_dirdepth()118 if (inp->i_depth == 0 && updateasked == 0) { in check_dirdepth()140 if ((inp->i_depth == 0 && dirdepthupdate == 0) || in check_dirdepth()159 if (inp->i_depth != 0 && debug) { in check_dirdepth()162 printf(" DEPTH %d SHOULD BE %d", inp->i_depth, in check_dirdepth()163 parentinp->i_depth + 1); in check_dirdepth()171 inp->i_depth = parentinp->i_depth + 1; in check_dirdepth()173 DIP_SET(dp, di_dirdepth, inp->i_depth); in check_dirdepth()177 cmd.size = (int64_t)inp->i_depth - DIP(dp, di_dirdepth); in check_dirdepth()721 getinoinfo(dir)->i_depth = depth; in changeino()[all …]
306 u_int i_depth; /* depth of directory from root */ member
269 getinoinfo(inp->i_parent)->i_depth + 1); in pass2()
1167 inp->i_depth = DIP(dp, di_dirdepth); in cacheino()