Searched refs:st_ino (Results 1 – 17 of 17) sorted by relevance
73 ino_t st_ino = st.st_ino; in mountpoint_main() local78 int is_not_mnt = (st_dev == st.st_dev) && (st_ino != st.st_ino); in mountpoint_main()
45 bucket = ino_dev_hashtable[hash_inode(statbuf->st_ino)]; in is_in_ino_dev_hashtable()47 if ((bucket->ino == statbuf->st_ino) in is_in_ino_dev_hashtable()67 bucket->ino = statbuf->st_ino; in add_to_ino_dev_hashtable()75 i = hash_inode(statbuf->st_ino); in add_to_ino_dev_hashtable()
109 && source_stat.st_ino == dest_stat.st_ino in copy_file()
60 if (st1.st_ino != st2.st_ino) in logical_getcwd()
359 || fsbuf.st_ino != sbuf.st_ino in tail_main()
337 printf(pformat, (unsigned long long) statbuf->st_ino);690 (unsigned long long) statbuf.st_ino, in do_stat()731 (unsigned long long) statbuf.st_ino, in do_stat()
635 return b1.st_dev == b2.st_dev && b1.st_ino == b2.st_ino; in binop()
744 cur->dn_ino = statbuf.st_ino ; in my_stat()
71 && (*curr)->inode == st->st_ino in add_inode()80 (*curr)->inode = st->st_ino; in add_inode()91 if (ilist->inode == st->st_ino) in search_dev_inode()149 statbuf.st_ino = uint64_inode; in scan_proc_net_or_maps()159 if (major != 0 && minor != 0 && statbuf.st_ino != 0) { in scan_proc_net_or_maps()
298 if (l->st.st_ino == st.st_ino) { in cpio_o()315 st.st_ino = ++G.next_inode; in cpio_o()327 st.st_ino = links->mapped_inode; in cpio_o()359 (unsigned)(uint32_t) st.st_ino, in cpio_o()
198 hlInfo->ino = statbuf->st_ino; in addHardLinkInfo()223 if (statbuf->st_ino == hlInfo->ino in findHardLinkInfo()513 && tbInfo->tarFileStatBuf.st_ino == statbuf->st_ino in writeFileToTarball()
184 if (sv[i].ino == s.st_ino in do_rescan()207 sv[i].ino = s.st_ino; in do_rescan()335 || s.st_ino != last_ino || s.st_dev != last_dev in runsvdir_main()341 last_ino = s.st_ino; in runsvdir_main()
191 && st.st_ino == G.execstat.st_ino) in pid_is_exec()
742 return (statbuf->st_ino == ap->inode_num); in ACTF()748 return statbuf->st_ino == ap->inode_num && in ACTF()1545 ap->inode_num = stbuf.st_ino; in parse_params()
372 j = matchpathcon_filespec_add(my_sb.st_ino, i, my_file); in restore()
1022 && stb[0].st_ino == stb[1].st_ino in diff_main()
14447 || st1.st_dev != st2.st_dev || st1.st_ino != st2.st_ino in init()