HomeSort by: relevance | last modified time | path
    Searched refs:oldinofmt (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/restore/
restore.h 68 extern int oldinofmt; /* reading tape with old format inodes */
tape.c 97 int oldinofmt; /* old inode format conversion required */ variable in typeref:typename:int
372 if (oldinofmt == 0)
1504 oldinofmt = 1;
1538 if (oldinofmt) {
1560 oldinofmt ? "old" : "new");
dirs.c 361 if (oldinofmt && dp->d_ino != 0) {

Completed in 12 milliseconds