Searched refs:ino_t (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dgetdents_helper.h19 GetDentsHelper(ino_t curdir_ino, ino_t parentdir_ino);
22 void AddDirent(ino_t ino, const char* name, size_t namelen);
29 ino_t curdir_ino_;
30 ino_t parentdir_ino_;
H A Dinode_pool.h21 ino_t Acquire() {
42 void Release(ino_t ino) {
54 std::vector<ino_t> inos_;
H A Dgetdents_helper.cc24 GetDentsHelper::GetDentsHelper(ino_t curdir_ino, ino_t parentdir_ino)
44 void GetDentsHelper::AddDirent(ino_t ino, const char* name, size_t namelen) {
H A Ddir_node.cc22 const ino_t kParentDirIno = -1;
141 ino_t ino = it->second->stat_.st_ino;
/external/e2fsprogs/include/nonunix/linux/
H A Dtypes.h25 typedef __u32 ino_t; typedef
/external/fio/os/windows/posix/include/
H A Ddirent.h8 ino_t d_ino; /* File serial number */
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.h34 static ino_t HashPathSegment(ino_t hash, const char *str, size_t len);
35 static ino_t HashPath(const Path& path);
H A Dhtml5_fs.cc33 ino_t Html5Fs::HashPathSegment(ino_t hash, const char *str, size_t len) {
35 hash = (hash * static_cast<ino_t>(33)) ^ '/';
37 hash = (hash * static_cast<ino_t>(33)) ^ *str++;
42 ino_t Html5Fs::HashPath(const Path& path) {
44 ino_t hash = 5381;
H A Dhtml5_fs_node.cc98 const ino_t kCurDirIno = -1;
99 const ino_t kParentDirIno = -2;
132 ino_t child_ino = Html5Fs::HashPathSegment(stat_.st_ino, file_name,
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cc35 #define ino_t __kernel_ino_t macro
43 #undef ino_t macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dstat.h21 ino_t st_ino;
/external/skia/src/ports/
H A DSkOSFile_posix.cpp19 ino_t ino;
/external/chromium_org/base/memory/
H A Dshared_memory.h40 typedef ino_t SharedMemoryId;
291 ino_t inode_;
/external/chromium_org/third_party/skia/src/ports/
H A DSkOSFile_posix.cpp31 ino_t ino;
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) {
44 void InjectFile(const char *Path, ino_t INode) {
49 void InjectDirectory(const char *Path, ino_t INode) {
/external/chromium_org/ipc/
H A Dipc_send_fds_test.cc53 explicit MyChannelDescriptorListener(ino_t expected_inode_num)
90 ino_t expected_inode_num_;
132 ino_t expected_inode_num) {
/external/e2fsprogs/misc/
H A Dismounted.c86 ino_t file_ino=0;
/external/e2fsprogs/lib/ext2fs/
H A Dismounted.c50 dev_t file_dev, ino_t file_ino)
87 ino_t file_ino=0;
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h78 typedef u_long ino_t; typedef
330 ino_t inode;
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c65 ino_t ino;
102 static void add_obj_to_list(dev_t dev, ino_t ino, int obj)
122 static int find_obj_in_list(dev_t dev, ino_t ino)
H A Dmkyaffsimage.c45 ino_t ino;
78 static void add_obj_to_list(dev_t dev, ino_t ino, int obj)
98 static int find_obj_in_list(dev_t dev, ino_t ino)
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dhtml5_fs_test.cc475 ino_t file1_ino = stat.st_ino;
514 ino_t file2_ino = stat.st_ino;
/external/llvm/include/llvm/Support/
H A DFileSystem.h142 ino_t fs_st_ino;
169 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime,
/external/strace/
H A Dfile.c138 # undef ino_t macro
146 # define ino_t __kernel_ino_t macro
157 # undef ino_t macro
165 # define ino_t ino_t macro
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc476 ino_t ino = stbuf ? stbuf->st_ino : 1;

Completed in 7105 milliseconds

12