Searched refs:d_ino (Results 1 – 15 of 15) sorted by relevance
38 assert (offsetof (struct dirent, d_ino) == 0); in __readdir()39 assert (offsetof (struct dirent64, d_ino) == 0); in __readdir()41 assert (offsetof (struct dirent64, memb) - sizeof (entry64->d_ino) \ in __readdir()51 struct dirent *const entry = ((void *) (&entry64->d_ino + 1) in __readdir()52 - sizeof entry->d_ino); in __readdir()53 const ino_t d_ino = entry64->d_ino; in __readdir() local54 if (d_ino != entry64->d_ino) in __readdir()60 entry->d_ino = d_ino; /* ... or the nonzero low word, swap it. */ in __readdir()62 entry->d_reclen -= sizeof entry64->d_ino - sizeof entry->d_ino; in __readdir()
186 if (mount_point || d->d_ino == thisino) in __hurd_canonicalize_directory_name_internal()
24 __ino64_t d_ino; member26 __ino_t d_ino;39 __ino64_t d_ino; member47 #define d_fileno d_ino /* Backwards compatibility. */
25 __ino_t d_ino; member28 __ino64_t d_ino;39 __ino64_t d_ino; member47 #define d_fileno d_ino /* Backwards compatibility. */
28 # define DIRENT_SET_DP_INO(dp, value) (dp)->d_ino = (value)78 const uint64_t d_ino = inp->k.d_ino; in __getdents() local87 DIRENT_SET_DP_INO (&outp->u, d_ino); in __getdents()89 if ((sizeof (outp->u.d_ino) != sizeof (inp->k.d_ino) in __getdents()90 && outp->u.d_ino != d_ino) in __getdents()
31 __ino_t d_ino; member69 TEST_VERIFY (entry_reference->d_ino in do_test()70 != (__ino_t) entry_reference->d_ino); in do_test()95 TEST_COMPARE (entry_reference->d_ino, entry_test->d_ino); in do_test()
96 __ino_t ino = source->d_ino;102 if (__glibc_unlikely (ino != source->d_ino))108 result.d_ino = ino;
94 dp->d_ino = 0; in __readdir64_r()101 while (dp->d_ino == 0); in __readdir64_r()199 dp->d_ino = 0;206 while (dp->d_ino == 0);
25 __ino_t d_ino; member
81 } while (dp->d_ino == 0); in __readdir64()159 } while (dp->d_ino == 0);
141 TEST_COMPARE (entry.d_ino, refentry->d_ino); in do_test_by_size()
72 } while (dp->d_ino == 0); in __readdir_unlocked()
57 uint64_t d_ino; in __getdents64() member60 uint32_t d_ino; in __getdents64()119 d64.d_ino = kdirent.d_ino; in __getdents64()
10 do { (dp)->d_ino = (value); (dp)->__pad = 0; } while (0)
82 # define MATCHING_INO(dp, ino) ((dp)->d_ino == (ino))
Completed in 12 milliseconds