HomeSort by relevance Sort by last modified time
    Searched refs:ino_t (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/strace/linux/
asm_stat.h 6 # undef ino_t macro
17 # define ino_t __kernel_ino_t macro
30 # undef ino_t macro
41 # define ino_t ino_t macro
  /external/fio/os/windows/posix/include/
dirent.h 8 ino_t d_ino; /* File serial number */
  /bionic/tests/headers/posix/
dirent_h.c 40 STRUCT_MEMBER(struct dirent, ino_t, d_ino);
44 TYPE(ino_t);
sys_types_h.c 43 TYPE(ino_t);
sys_stat_h.c 43 STRUCT_MEMBER(struct stat, ino_t, st_ino);
97 TYPE(ino_t);
  /external/mesa3d/src/hgl/
GLRendererRoster.h 20 ino_t node;
38 image_id image, const entry_ref* ref, ino_t node);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 35 #define ino_t __kernel_ino_t macro
43 #undef ino_t macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_shlib.c 60 ino_t ino[3];
62 ino_t ino;
  /external/ltp/testcases/kernel/syscalls/rename/
rename01.c 87 ino_t f_oldino, d_oldino;
94 ino_t *oldino;
rename03.c 85 ino_t f_oldino, d_oldino;
92 ino_t *oldino;
rename04.c 80 ino_t oldino, oldino1;
rename05.c 77 ino_t oldino, oldino1;
rename06.c 78 ino_t oldino, oldino1;
rename07.c 60 ino_t oldino, oldino1;
rename13.c 80 ino_t oldino;
  /external/python/cpython2/Python/
dynload_shlib.c 60 ino_t ino[3];
62 ino_t ino;
  /bionic/libc/kernel/uapi/asm-mips/asm/
stat.h 27 ino_t st_ino;
  /external/e2fsprogs/misc/
create_inode.h 14 ino_t src_ino;
  /external/kernel-headers/original/uapi/asm-mips/asm/
stat.h 22 ino_t st_ino;
  /external/libusb/libusb/os/
haiku_pollfs.cpp 25 bool EntryRemoved(ino_t node);
211 WatchedEntry::EntryRemoved(ino_t node)
303 ino_t directory;
316 ino_t node;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fts.h 84 ino_t fts_ino; /* inode */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
types.h 45 typedef unsigned short ino_t; typedef
  /bionic/libc/include/sys/
stat.h 42 ino_t st_ino; \
81 ino_t st_ino; \
  /frameworks/native/cmds/installd/
utils.h 60 userid_t user, const char* package_name, ino_t ce_data_inode);
119 int get_path_inode(const std::string& path, ino_t *inode);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
types.h 49 typedef __ino_t ino_t; typedef
51 typedef __ino64_t ino_t; typedef

Completed in 864 milliseconds

1 2 3 4 5