Searched defs:changeino (Results 1 - 1 of 1) 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);

Completed in 59 milliseconds