Searched refs:st_ino (Results 1 - 25 of 177) sorted by relevance

12345678

/freebsd-current/tests/sys/kern/pipe/
H A Dpipe_ino_test.c30 * structure members st_mode, st_ino, st_dev, st_uid, st_gid, st_atim,
32 * Check that st_dev and st_ino are meaningful.
57 if (st1.st_ino == st2.st_ino)
59 (uintmax_t)st1.st_ino);
/freebsd-current/lib/libc/gen/
H A Dftok.c43 (st.st_ino & 0xffff)));
H A Dgetcwd.c111 root_ino = s.st_ino;
121 ino = s.st_ino;
178 if (s.st_dev == dev && s.st_ino == ino)
/freebsd-current/stand/kboot/include/arch/aarch64/
H A Dstat_arch.h13 host_ino_t st_ino; member in struct:host_kstat
/freebsd-current/stand/kboot/include/arch/amd64/
H A Dstat_arch.h13 host_ino_t st_ino; member in struct:host_kstat
/freebsd-current/stand/kboot/include/arch/powerpc64/
H A Dstat_arch.h13 host_ino_t st_ino; member in struct:host_kstat
/freebsd-current/contrib/netbsd-tests/lib/libc/c063/
H A Dt_linkat.c79 ATF_REQUIRE(ost.st_ino == nst.st_ino);
102 ATF_REQUIRE(ost.st_ino == nst.st_ino);
167 ATF_REQUIRE(ost.st_ino != nst.st_ino);
171 ATF_REQUIRE(ost.st_ino == nst.st_ino);
199 ATF_REQUIRE(ost.st_ino == nst.st_ino);
[all...]
H A Dt_symlinkat.c75 ATF_REQUIRE(ost.st_ino == nst.st_ino);
98 ATF_REQUIRE(ost.st_ino == nst.st_ino);
H A Dt_renameat.c78 ATF_REQUIRE(ost.st_ino == nst.st_ino);
103 ATF_REQUIRE(ost.st_ino == nst.st_ino);
/freebsd-current/tools/test/stress2/misc/
H A Dtmpfs8.sh142 "size = %jd\n", logfile, (uintmax_t)sb1.st_ino,
145 "size = %jd\n", new , (uintmax_t)sb2.st_ino,
151 if (sb2.st_ino == sb3.st_ino) {
157 (uintmax_t)sb1.st_ino,
162 "size = %jd\n", new, (uintmax_t)sb2.st_ino,
167 "size = %jd\n", new, (uintmax_t)sb3.st_ino,
H A Drename9.sh136 if (tb.st_ino == ta.st_ino) {
142 fromFile, (uintmax_t)fb.st_ino, (uintmax_t)fb.st_nlink,
146 toFile, (uintmax_t)tb.st_ino, (uintmax_t)tb.st_nlink,
149 if (fa.st_ino != 0)
152 "%jd\n", fromFile, (uintmax_t)fa.st_ino,
156 toFile, (uintmax_t)ta.st_ino, (uintmax_t)ta.st_nlink,
H A Drename8.sh135 always_ino = sb.st_ino;
155 if (sb.st_ino != sb2.st_ino ||
156 sb.st_ino == always_ino) {
158 (uintmax_t)always_ino, (uintmax_t)sb.st_ino,
159 (uintmax_t)sb2.st_ino);
H A Drename6.sh135 " size = %jd\n", logfile, (uintmax_t)sb1.st_ino,
138 "size = %jd\n", new , (uintmax_t)sb2.st_ino,
/freebsd-current/contrib/openbsm/compat/
H A Dflopen.h88 sb.st_ino != fsb.st_ino) {
/freebsd-current/bin/pwd/
H A Dpwd.c105 if (lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino)
/freebsd-current/sbin/kldload/
H A Dkldload.c69 ino = sb.st_ino;
96 if (sb.st_dev != dev || sb.st_ino != ino) {
101 } else if (sb.st_dev == dev && sb.st_ino == ino)
/freebsd-current/lib/libutil/
H A Dflopen.c95 sb.st_ino != fsb.st_ino) {
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetcwd.c105 root_ino = s.st_ino;
115 ino = s.st_ino;
184 if (s.st_dev == dev && s.st_ino == ino)
/freebsd-current/usr.sbin/snapinfo/
H A Dsnapinfo.c148 if (flags == FTW_F && st->st_ino == inode) {
153 printf(" (inode %ju)", (uintmax_t)st->st_ino);
/freebsd-current/lib/libc/tests/stdio/
H A Dmkostemp_test.c109 if (st1.st_dev != st2.st_dev || st1.st_ino != st2.st_ino) {
/freebsd-current/lib/libsecureboot/
H A Dverify_file.c136 if (stp->st_ino > 0) {
139 stp->st_ino == vsp->vs_ino) {
147 (unsigned long long)stp->st_ino, rc));
161 vsp->vs_ino = stp->st_ino;
167 (unsigned long long)stp->st_ino, status));
421 (long long)stp->st_ino);
431 (long long)stp->st_ino);
477 (unsigned long long)stp->st_ino));
/freebsd-current/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c198 * st_ino, so that the problem spool directories can be noted in
214 return a->stab.st_ino < b->stab.st_ino;
222 && (a->stab.st_ino == b->stab.st_ino));
/freebsd-current/sys/sys/
H A Dstat.h104 __uint32_t st_ino; /* inode's number */ member in struct:ostat
124 __uint32_t st_ino; /* inode's number */ member in struct:freebsd11_stat
159 ino_t st_ino; /* inode's number */ member in struct:stat
194 __uint32_t st_ino; /* inode's number */ member in struct:nstat
/freebsd-current/bin/pax/
H A Dtables.c140 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
147 if ((pt->ino == arcn->sb.st_ino) &&
189 pt->ino = arcn->sb.st_ino;
228 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
238 if ((pt->ino == arcn->sb.st_ino) &&
773 if ((nino = arcn->sb.st_ino & (ino_t)ino_mask) != arcn->sb.st_ino) {
775 trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask);
796 arcn->sb.st_ino = nino;
862 arcn->sb.st_ino
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_link.c207 if (sa.st_ino != sb.st_ino)

Completed in 505 milliseconds

12345678