Searched refs:changeino (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c687 * because changeino() will succeed if ".." already
690 if ((changeino(orphan, "..", lfdir) & ALTERED) == 0 &&
703 * when combined with changeino()/chgino()'s link manipulation.
754 changeino(fsck_ino_t dir, char *name, fsck_ino_t newnum) function
1105 retval = changeino(parent, name, newino);
1378 (void) changeino(parent, name, inode);
H A Dfsck.h536 int changeino(fsck_ino_t, caddr_t, fsck_ino_t);
H A Dpass2.c370 (void) changeino(inp->i_number, "..", inp->i_parent);

Completed in 50 milliseconds