HomeSort by: relevance | last modified time | path
    Searched defs:inoinfo (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_lfs/
fsck.h 145 extern struct inoinfo { struct
146 struct inoinfo *i_nexthash; /* next entry in hash chain */
147 struct inoinfo *i_child, *i_sibling, *i_parentp;
177 struct inoinfo *getinoinfo(ino_t);
  /src/sbin/fsck_ffs/
utilities.c 488 info = inoinfo(curdir);
589 inoinfo(ino_t inum) function in typeref:struct:inostat *
596 errexit("inoinfo: inumber %llu out of range",
fsck.h 245 extern struct inoinfo { struct
246 struct inoinfo *i_nexthash; /* next entry in hash chain */
247 struct inoinfo *i_child, *i_sibling;
  /src/sbin/fsck_ext2fs/
fsck.h 177 extern struct inoinfo { struct
178 struct inoinfo *i_nexthash; /* next entry in hash chain */
179 struct inoinfo *i_child, *i_sibling, *i_parentp;
245 struct inoinfo *getinoinfo(ino_t);

Completed in 14 milliseconds