Home
last modified time | relevance | path

Searched refs:i_depth (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sbin/fsck_ffs/
H A Ddir.c116 if (parentinp->i_depth + 1 == inp->i_depth) in check_dirdepth()
124 if (inp->i_depth == 0 && updateasked == 0) { in check_dirdepth()
146 if ((inp->i_depth == 0 && dirdepthupdate == 0) || in check_dirdepth()
165 if (inp->i_depth != 0 && debug) { in check_dirdepth()
168 printf(" DEPTH %d SHOULD BE %d", inp->i_depth, in check_dirdepth()
169 parentinp->i_depth + 1); in check_dirdepth()
177 inp->i_depth = parentinp->i_depth + 1; in check_dirdepth()
179 DIP_SET(dp, di_dirdepth, inp->i_depth); in check_dirdepth()
727 getinoinfo(dir)->i_depth = depth; in changeino()
970 inp->i_depth = parentinp->i_depth + 1; in allocdir()
[all …]
H A Dfsck.h311 u_int i_depth; /* depth of directory from root */ member
H A Dpass2.c275 getinoinfo(inp->i_parent)->i_depth + 1); in pass2()
H A Dinode.c1150 inp->i_depth = DIP(dp, di_dirdepth); in cacheino()