Home
last modified time | relevance | path

Searched refs:fts_ino (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/include/
Dfts.h121 __ino_t fts_ino; /* inode */ member
/third_party/FreeBSD/lib/libc/gen/
Dfts.c935 ino = p->fts_ino = sbp->st_ino; in fts_stat()
949 if (ino == t->fts_ino && dev == t->fts_dev) { in fts_stat()
1140 if (p->fts_dev != sb.st_dev || p->fts_ino != sb.st_ino) { in fts_safe_changedir()