Searched refs:h_ino (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Darchives.h69 ushort_t h_ino, /* inode of file */ member in struct:hdr_cpio
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c83 ino_t h_ino; member in struct:htab
624 for (hp = &htab[(int)i%hsize]; hp->h_ino; ) {
625 if (hp->h_ino == i)
637 hp->h_ino = i;
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c87 ino_t h_ino; member in struct:htab
562 for (hp = &htab[(int)i%hsize]; hp->h_ino; ) {
563 if (hp->h_ino == i)
576 hp->h_ino = i;
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5845 Gen.g_ino = Hdr.h_ino;
7256 Hdr.h_ino = G_p->g_ino;

Completed in 80 milliseconds