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

/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dpass3.c95 inp->i_parent = inp->i_dotdot = lfdir;
96 lncntp[lfdir]--;
H A Ddir.c328 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname :
416 if (lfdir == 0) {
423 lfdir = idesc.id_parent;
427 lfdir = allocdir(EXT2_ROOTINO, (ino_t)0, lfmode);
428 if (lfdir != 0) {
429 if (makeentry(EXT2_ROOTINO, lfdir, lfname) != 0) {
433 freedir(lfdir, EXT2_ROOTINO);
434 lfdir = 0;
441 if (lfdir == 0) {
447 dp = ginode(lfdir);
[all...]
H A Dfsck.h213 ino_t lfdir; /* lost & found directory inode number */ variable
H A Dsetup.c130 lfdir = 0;
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dfsck_vars.h72 extern ino_t lfdir; /* lost & found directory inode number */
H A Dpass3.c65 inp->i_parent = inp->i_dotdot = lfdir;
66 lncntp[lfdir]--;
H A Dvars.c76 ino_t lfdir; /* lost & found directory inode number */ variable
H A Ddir.c339 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname :
418 if (lfdir == 0) {
425 lfdir = idesc.id_parent;
429 lfdir = allocdir(ROOTINO, (ino_t) 0, lfmode);
430 if (lfdir != 0) {
431 if (makeentry(ROOTINO, lfdir, lfname) != 0) {
435 freedir(lfdir, ROOTINO);
436 lfdir = 0;
443 if (lfdir == 0) {
449 vp = vget(fs, lfdir);
[all...]
H A Dsetup.c206 lfdir = 0;
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Ddir.c59 ino_t lfdir; variable
423 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname :
536 if (lfdir == 0) {
545 lfdir = idesc.id_parent;
549 lfdir = allocdir(ROOTINO, (ino_t)0, lfmode);
550 if (lfdir != 0) {
551 if (makeentry(ROOTINO, lfdir, lfname) != 0) {
556 freedir(lfdir, ROOTINO);
557 lfdir = 0;
562 if (lfdir !
[all...]
H A Dpass3.c106 inoinfo(lfdir)->ino_linkcnt--;
128 inoinfo(lfdir)->ino_linkcnt--;
H A Dfsck.h305 extern ino_t lfdir; /* lost & found directory inode number */
H A Dsetup.c123 lfdir = 0;

Completed in 108 milliseconds