Home
last modified time | relevance | path

Searched refs:lfdir (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c282 if (idesc->id_number == lfdir) in fsck_readdir()
283 lfdir = 0; in fsck_readdir()
539 if (lfdir == 0) { in linkup()
547 lfdir = idesc.id_parent; in linkup()
551 lfdir = newdir(UFSROOTINO, (fsck_ino_t)0, in linkup()
553 if (lfdir != 0) { in linkup()
558 statemap[lfdir] |= INFOUND; in linkup()
569 if (lfdir == 0) { in linkup()
582 statemap[lfdir] |= INFOUND; in linkup()
585 dp = ginode(lfdir); in linkup()
[all …]
H A Dpass3.c167 inp->i_dotdot = lfdir; in pass3a()
212 LFDIR_LINK_RANGE_NORVAL(flow, lncntp[lfdir], 1, in pass3a()
216 inp->i_parent = inp->i_dotdot = lfdir; in pass3a()
217 LFDIR_LINK_RANGE_NORVAL(flow, lncntp[lfdir], -1, in pass3a()
219 TRACK_LNCNTP(lfdir, lncntp[lfdir]--); in pass3a()
H A Dfsck.h361 fsck_ino_t lfdir; /* lost & found directory inode number */ variable
446 LINK_CLEAR(text, lfdir, IFDIR, idp); \
447 if (statemap[lfdir] == USTATE) { \
448 lfdir = 0; \
459 LINK_CLEAR(text, lfdir, IFDIR, idp); \
460 if (statemap[lfdir] == USTATE) { \
461 lfdir = 0; \
H A Dpass2.c299 if (linkup(inp->i_number, lfdir, in pass2()
H A Dsetup.c1247 lfdir = 0; in sblock_init()
H A Dutilities.c2252 if (lfdir == inum) { in file_id()