HomeSort by relevance Sort by last modified time
    Searched refs:st_ino (Results 201 - 225 of 433) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/kernel/syscalls/rename/
rename04.c 162 oldino = buf1.st_ino;
179 oldino1 = buf2.st_ino;
rename05.c 150 oldino = buf1.st_ino;
169 oldino1 = buf2.st_ino;
rename07.c 137 oldino = buf1.st_ino;
149 oldino1 = buf2.st_ino;
rename01.c 146 buf1.st_ino != *TC[i].oldino) {
207 f_oldino = buf1.st_ino;
221 d_oldino = buf1.st_ino;
rename03.c 143 buf2.st_ino != *TC[i].oldino) {
216 f_oldino = buf1.st_ino;
231 d_oldino = buf1.st_ino;
rename06.c 152 oldino = buf1.st_ino;
170 oldino1 = buf2.st_ino;
  /external/squashfs-tools/squashfs-tools/
sort.c 51 ino_t st_ino; member in struct:sort_info
83 int hash = buf->st_ino & 0xffff;
87 if((s->st_dev == buf->st_dev) && (s->st_ino == buf->st_ino)) {
98 int hash = buf.st_ino & 0xffff;\
103 s->st_ino = buf.st_ino;\
123 TRACE("adding filename %s, priority %d, st_dev %d, st_ino "
125 (long long) buf.st_ino);
  /external/toybox/toys/other/
mountpoint.c 59 toys.exitval = !(st1.st_dev != st2.st_dev || st1.st_ino == st2.st_ino);
  /toolchain/binutils/binutils-2.25/libiberty/
getpwd.c 83 && dotstat.st_ino == pwdstat.st_ino
  /bionic/libc/arch-mips64/bionic/
stat.cpp 37 unsigned long st_ino; member in struct:kernel_stat
58 st->st_ino = static_cast<ino_t>(s->st_ino);
  /external/mesa3d/src/gallium/winsys/etnaviv/drm/
etnaviv_drm_winsys.c 101 return stat.st_dev ^ stat.st_ino ^ stat.st_rdev;
114 stat1.st_ino != stat2.st_ino ||
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 45 return stat.st_dev ^ stat.st_ino ^ stat.st_rdev;
57 stat1.st_ino != stat2.st_ino ||
  /bionic/libc/include/sys/
stat.h 42 ino_t st_ino; \
63 unsigned long long st_ino; \
81 ino_t st_ino; \
113 unsigned long long st_ino; \
  /external/ltp/testcases/kernel/syscalls/vfork/
vfork01.c 225 if ((StatPbuf.st_ino != StatCbuf.st_ino) ||
241 if ((Stat_cwd_Pbuf.st_ino !=
242 Stat_cwd_Cbuf.st_ino) ||
  /development/ndk/platforms/android-12/include/sys/
stat.h 49 unsigned long long st_ino; member in struct:stat
104 unsigned long long st_ino;
  /development/ndk/platforms/android-19/include/sys/
stat.h 49 unsigned long long st_ino; member in struct:stat
104 unsigned long long st_ino;
  /development/ndk/platforms/android-9/include/sys/
stat.h 49 unsigned long long st_ino; member in struct:stat
104 unsigned long long st_ino;
  /external/linux-kselftest/tools/testing/selftests/nsfs/
owner.c 70 if (st1.st_ino != st2.st_ino)
pidns.c 68 if (st1.st_ino != st2.st_ino)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 84 _Stat->st_ino=st.st_ino;
110 _Stat->st_ino=st.st_ino;
221 _Stat->st_ino=st.st_ino;
246 _Stat->st_ino=st.st_ino;
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
stat.h 49 unsigned long long st_ino; member in struct:stat
104 unsigned long long st_ino;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
stat.h 49 unsigned long long st_ino; member in struct:stat
104 unsigned long long st_ino;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
stat.h 49 unsigned long long st_ino; member in struct:stat
104 unsigned long long st_ino;
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
stat.h 49 unsigned long long st_ino; member in struct:stat
104 unsigned long long st_ino;
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
stat.h 49 unsigned long long st_ino; member in struct:stat
104 unsigned long long st_ino;

Completed in 869 milliseconds

1 2 3 4 5 6 7 891011>>