Searched refs:ino (Results 1 – 18 of 18) sorted by relevance
28 ino64_t ino; member37 ino64_t ino; member50 if (as->ino != bs->ino) in sem_search()52 return as->ino < bs->ino ? -1 : (as->ino == bs->ino ? 0 : 1); in sem_search()90 fake.ino = st.st_ino; in __sem_check_add_mapping()114 newp->ino = st.st_ino; in __sem_check_add_mapping()
27 ino64_t ino; member41 id->ino = st.st_ino; in _dl_get_file_id()49 return a->dev == b->dev && a->ino == b->ino; in _dl_file_id_match_p()
82 # define MATCHING_INO(dp, ino) ((dp)->d_ino == (ino)) argument84 # define MATCHING_INO(dp, ino) true argument
35 ino64_t ino; member111 item->ino = st.st_ino; in support_descriptors_list()146 (long long int) d->ino); in support_descriptors_dump()234 if (left->ino != right->ino) in support_descriptors_check()240 (long long int) left->ino, (long long int) right->ino); in support_descriptors_check()
37 && left->ino == right->ino in __file_is_unchanged()58 file->ino = st->st_ino; in libc_hidden_def()
64 uint64_t ino; in both_implementations_tests() local69 ino = buf.stx_ino; in both_implementations_tests()75 TEST_COMPARE (buf.stx_ino, ino); in both_implementations_tests()
169 INO_T ino; member247 cmp1 = (kp1->ino > kp2->ino) - (kp1->ino < kp2->ino); in object_compare()261 newp->ino = st->st_ino; in add_object()271 obj.ino = st->st_ino; in find_object()
875 INO_T ino; in fts_stat() local923 ino = p->fts_ino = sbp->st_ino; in fts_stat()937 if (ino == t->fts_ino && dev == t->fts_dev) { in fts_stat()
96 __ino_t ino = source->d_ino;102 if (__glibc_unlikely (ino != source->d_ino))108 result.d_ino = ino;
832 uint64_t ino; member885 uint64_t ret = ((id->ino * 11 + id->ctime) * 11 + id->size) * 11 + id->dev; in aux_cache_entry_id_hash()909 id.ino = (uint64_t) stat_buf->st_ino; in search_aux_cache()917 if (id.ino == entry->id.ino in search_aux_cache()942 if (id->ino == entry->id.ino in insert_to_aux_cache()967 id.ino = (uint64_t) stat_buf->st_ino; in add_to_aux_cache()
86 ino64_t ino; member349 new_entry->ino = st->st_ino; in new_sub_entry()367 if (ptr->ino == entry->ino && ptr->dev == entry->dev) in add_single_dir()525 entry->ino = stat_buf.st_ino; in add_dir_1()
35 ino64_t ino; member
204 name_mrs "s-ino"205 name_ms "s-ino"
1127 msgstr "%s: **interna programmiso** en statmaŝino"3891 msgstr "%s estas por nekonata maŝino %d.\n"
1900 msgstr "%s: zaporedji bajtov za prvi in zadnji znak morata imeti isto dolžino"
2748 * elf/ldconfig.c (dir_entry): Add ino and dev.2749 (add_single_dir): Compare ino and dev to check if 2 directory2751 (add_dir): Initialize ino and dev for entry.
3700 * time/tzfile.c (__tzfile_read): Determine dev/ino of file.
12942 * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly