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

/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass3.c98 inp->i_parent = inp->i_dotdot = lfdir;
99 inoinfo(lfdir)->ino_linkcnt--;
121 inp->i_parent = inp->i_dotdot = lfdir;
122 inoinfo(lfdir)->ino_linkcnt--;
H A Ddir.c388 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname :
483 if (lfdir == 0) {
490 lfdir = idesc.id_parent;
494 lfdir = allocdir(ROOTINO, (ino_t)0, lfmode);
495 if (lfdir != 0) {
496 if (makeentry(ROOTINO, lfdir, lfname) != 0) {
501 freedir(lfdir, ROOTINO);
502 lfdir = 0;
509 if (lfdir == 0) {
515 dp = ginode(lfdir);
[all...]
H A Dglobs.c107 ino_t lfdir; /* lost & found directory inode number */ variable
164 lfdir = 0;
H A Dfsck.h339 extern ino_t lfdir; /* lost & found directory inode number */
H A Dsetup.c453 lfdir = 0;

Completed in 112 milliseconds