Searched refs:st_dev (Results 1 – 21 of 21) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | mountpoint.c | 72 dev_t st_dev = st.st_dev; in mountpoint_main() local 78 int is_not_mnt = (st_dev == st.st_dev) && (st_ino != st.st_ino); in mountpoint_main() 81 printf("%u:%u\n", major(st_dev), minor(st_dev)); in mountpoint_main()
|
D | switch_root.c | 90 if (lstat(directory, &st) || st.st_dev != rootdev) in delete_contents() 227 rootdev = st.st_dev; in switch_root_main() 229 if (st.st_dev == rootdev) { in switch_root_main()
|
D | mdev.c | 1141 G.root_major = major(st.st_dev); in initial_scan() 1142 G.root_minor = minor(st.st_dev); in initial_scan()
|
/busybox-1.35.0/coreutils/ |
D | pwd.c | 62 if (st1.st_dev != st2.st_dev) in logical_getcwd()
|
D | du.c | 158 G.dir_dev = statbuf.st_dev; in du() 159 } else if (G.dir_dev != statbuf.st_dev) { in du()
|
D | stat.c | 331 printf(pformat, (unsigned long long) statbuf->st_dev); 334 printf(pformat, (unsigned long long) statbuf->st_dev); 689 (unsigned long long) statbuf.st_dev, in do_stat() 729 (unsigned long long) statbuf.st_dev, in do_stat() 730 (unsigned long long) statbuf.st_dev, in do_stat()
|
D | tail.c | 358 || fsbuf.st_dev != sbuf.st_dev in tail_main()
|
D | test.c | 635 return b1.st_dev == b2.st_dev && b1.st_ino == b2.st_ino; in binop()
|
/busybox-1.35.0/libbb/ |
D | find_mount_point.c | 30 devno_of_name = s.st_dev; in find_mount_point() 71 && s.st_dev == devno_of_name in find_mount_point()
|
D | inode_hash.c | 48 && (bucket->dev == statbuf->st_dev) in is_in_ino_dev_hashtable() 68 bucket->dev = statbuf->st_dev; in add_to_ino_dev_hashtable()
|
D | find_root_device.c | 71 a.dev = S_ISBLK(a.st.st_mode) ? a.st.st_rdev : a.st.st_dev; in find_block_device()
|
D | copy_file.c | 108 if (source_stat.st_dev == dest_stat.st_dev in copy_file()
|
/busybox-1.35.0/procps/ |
D | fuser.c | 70 if ((*curr)->dev == st->st_dev in add_inode() 79 (*curr)->dev = st->st_dev; in add_inode() 88 if (ilist->dev == st->st_dev) { in search_dev_inode() 126 statbuf.st_dev = 0; in scan_proc_net_or_maps() 160 statbuf.st_dev = makedev(major, minor); in scan_proc_net_or_maps()
|
/busybox-1.35.0/runit/ |
D | runsvdir.c | 186 && sv[i].dev == s.st_dev in do_rescan() 205 sv[i].dev = s.st_dev; in do_rescan() 335 || s.st_ino != last_ino || s.st_dev != last_dev in runsvdir_main() 340 last_dev = s.st_dev; in runsvdir_main()
|
/busybox-1.35.0/archival/ |
D | cpio.c | 350 st.st_dev = st.st_rdev = 0; in cpio_o() 366 (unsigned)(uint32_t) major(st.st_dev), in cpio_o() 367 (unsigned)(uint32_t) minor(st.st_dev), in cpio_o()
|
D | tar.c | 197 hlInfo->dev = statbuf->st_dev; in addHardLinkInfo() 224 && statbuf->st_dev == hlInfo->dev in findHardLinkInfo() 512 if (tbInfo->tarFileStatBuf.st_dev == statbuf->st_dev in writeFileToTarball()
|
/busybox-1.35.0/debianutils/ |
D | start_stop_daemon.c | 190 if (st.st_dev == G.execstat.st_dev in pid_is_exec()
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 472 if (sb->st_dev != dev_id) { in apply_spec() 529 dev_id = sb.st_dev; in process_one()
|
/busybox-1.35.0/findutils/ |
D | find.c | 749 statbuf->st_dev == ap->device; in ACTF() 997 if (G.xdev_dev[i] == statbuf->st_dev) in fileAction() 1546 ap->device = stbuf.st_dev; in parse_params() 1698 G.xdev_dev[i] = stbuf.st_dev; in find_main()
|
/busybox-1.35.0/editors/ |
D | diff.c | 1023 && stb[0].st_dev == stb[1].st_dev in diff_main()
|
/busybox-1.35.0/shell/ |
D | ash.c | 14447 || st1.st_dev != st2.st_dev || st1.st_ino != st2.st_ino in init()
|