Searched refs:thisino (Results 1 – 2 of 2) sorted by relevance
183 ino_t rootino, thisino; in __getcwd_generic() local255 thisino = st.st_ino; in __getcwd_generic()262 while (!(thisdev == rootdev && thisino == rootino)) in __getcwd_generic()348 bool match = (MATCHING_INO (d, thisino) || mount_point); in __getcwd_generic()402 && st.st_dev == thisdev && st.st_ino == thisino) in __getcwd_generic()440 thisino = dotino; in __getcwd_generic()
46 ino64_t rootino, thisino; in __hurd_canonicalize_directory_name_internal() local101 if (err = __io_identity (thisdir, &thisid, &thisdevid, &thisino)) in __hurd_canonicalize_directory_name_internal()186 if (mount_point || d->d_ino == thisino) in __hurd_canonicalize_directory_name_internal()261 thisino = dotino; in __hurd_canonicalize_directory_name_internal()
Completed in 5 milliseconds