Home
last modified time | relevance | path

Searched refs:st_ino (Results 1 – 17 of 17) sorted by relevance

/busybox-1.35.0/util-linux/
Dmountpoint.c73 ino_t st_ino = st.st_ino; in mountpoint_main() local
78 int is_not_mnt = (st_dev == st.st_dev) && (st_ino != st.st_ino); in mountpoint_main()
/busybox-1.35.0/libbb/
Dinode_hash.c45 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()
Dcopy_file.c109 && source_stat.st_ino == dest_stat.st_ino in copy_file()
/busybox-1.35.0/coreutils/
Dpwd.c60 if (st1.st_ino != st2.st_ino) in logical_getcwd()
Dtail.c359 || fsbuf.st_ino != sbuf.st_ino in tail_main()
Dstat.c337 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()
Dtest.c635 return b1.st_dev == b2.st_dev && b1.st_ino == b2.st_ino; in binop()
Dls.c744 cur->dn_ino = statbuf.st_ino ; in my_stat()
/busybox-1.35.0/procps/
Dfuser.c71 && (*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()
/busybox-1.35.0/archival/
Dcpio.c298 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()
Dtar.c198 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()
/busybox-1.35.0/runit/
Drunsvdir.c184 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()
/busybox-1.35.0/debianutils/
Dstart_stop_daemon.c191 && st.st_ino == G.execstat.st_ino) in pid_is_exec()
/busybox-1.35.0/findutils/
Dfind.c742 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()
/busybox-1.35.0/selinux/
Dsetfiles.c372 j = matchpathcon_filespec_add(my_sb.st_ino, i, my_file); in restore()
/busybox-1.35.0/editors/
Ddiff.c1022 && stb[0].st_ino == stb[1].st_ino in diff_main()
/busybox-1.35.0/shell/
Dash.c14447 || st1.st_dev != st2.st_dev || st1.st_ino != st2.st_ino in init()