Searched refs:i_dotdot (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sbin/fsck_ffs/
H A Dpass3.c84 if (inp->i_dotdot >= ROOTINO)
85 inoinfo(inp->i_dotdot)->ino_linkcnt++;
97 if (linkup(orphan, inp->i_dotdot, NULL)) {
98 inp->i_parent = inp->i_dotdot = lfdir;
121 inp->i_parent = inp->i_dotdot = lfdir;
H A Dpass2.c207 if (inp->i_dotdot == inp->i_parent ||
208 inp->i_dotdot == (ino_t)-1)
210 if (inp->i_dotdot == 0) {
211 inp->i_dotdot = inp->i_parent;
222 * inp->i_dotdot is current value of "..".
228 getpathname(pathbuf, inp->i_dotdot, inp->i_dotdot);
230 (uintmax_t)inp->i_dotdot, pathbuf);
238 * setdotdot(inp->i_dotdot, inp->i_parent);
247 cmd.value = inp->i_dotdot; /* verif
[all...]
H A Dfsck.h280 ino_t i_dotdot; /* inode number of `..' */ member in struct:inoinfo
H A Ddir.c649 inp->i_dotdot = parent;
H A Dinode.c464 inp->i_dotdot = (ino_t)0;

Completed in 127 milliseconds