Home
last modified time | relevance | path

Searched refs:st_dev (Results 1 – 16 of 16) sorted by relevance

/coreutils/src/
Dcp-hash.c36 dev_t st_dev; member
88 probe.st_dev = dev; in forget_created()
105 ent.st_dev = dev; in src_to_dest_lookup()
123 ent->st_dev = dev; in remember_copied()
Dfind-mount-point.c85 if (st.st_dev != last_stat.st_dev || st.st_ino == last_stat.st_ino) in find_mount_point()
Dpwd.c176 use_lstat = (parent_sb.st_dev != dot_sb->st_dev); in find_dir_entry()
218 if ( ! use_lstat || ent_sb.st_dev == dot_sb->st_dev) in find_dir_entry()
Dstatx.h35 stat->st_dev = makedev (stx->stx_dev_major, stx->stx_dev_minor); in statx_to_stat()
Ddf.c750 buf.st_dev = me->me_dev; in filter_mount_list()
755 struct devlist *seen_dev = devlist_for_dev (buf.st_dev); in filter_mount_list()
813 devlist->dev_num = buf.st_dev; in filter_mount_list()
1074 struct mount_entry const * dev_me = me_for_dev (sb.st_dev); in get_dev()
1408 || device_stats.st_dev != statp->st_dev)) in get_point()
1417 me->me_dev = device_stats.st_dev; in get_point()
1434 if (statp->st_dev == me->me_dev in get_point()
1440 || device_stats.st_dev != me->me_dev) in get_point()
Dcopy.c687 if (ancestors->ino == sb->st_ino && ancestors->dev == sb->st_dev) in is_ancestor()
2365 && dst_sb.st_dev == src_sb.st_dev)) in copy_internal()
2385 src_sb.st_dev); in copy_internal()
2666 src_sb.st_ino, src_sb.st_dev); in copy_internal()
2668 earlier_file = src_to_dest_lookup (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2672 earlier_file = src_to_dest_lookup (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2682 src_sb.st_ino, src_sb.st_dev); in copy_internal()
2863 forget_created (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2881 forget_created (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2934 dir->dev = src_sb.st_dev; in copy_internal()
[all …]
Ddu.c436 hash_ins (di_mnt, buf.st_ino, buf.st_dev); in fill_mount_table()
470 if (di_set_lookup (di_mnt, ent->fts_statp->st_dev, in mount_point_in_fts_cycle()
542 && fts->fts_dev != sb->st_dev) in process_file()
549 && ! hash_ins (di_files, sb->st_ino, sb->st_dev))) in process_file()
Dremove.c510 if (failed || fts->fts_dev != statbuf.st_dev) in rm_fts()
562 && ent->fts_statp->st_dev != fts->fts_dev) in rm_fts()
Dcat.c650 dev_t out_dev = stat_buf.st_dev; in main()
710 && stat_buf.st_dev == out_dev && stat_buf.st_ino == out_ino in main()
Dls.c1040 di->st_dev = dev; in dev_ino_push()
1064 assure (sb.st_dev == di.st_dev); in assert_matching_dev_ino()
1428 ent->st_dev = dev; in visit_dir()
3024 if (visit_dir (dir_stat.st_dev, dir_stat.st_ino)) in print_dir()
3033 dev_ino_push (dir_stat.st_dev, dir_stat.st_ino); in print_dir()
3300 if (f->stat.st_dev == unsupported_device) in getfilecon_cache()
3316 unsupported_device = f->stat.st_dev; in getfilecon_cache()
3330 if (f->stat.st_dev == unsupported_device) in file_has_acl_cache()
3341 unsupported_device = f->stat.st_dev; in file_has_acl_cache()
3355 if (f->stat.st_dev == unsupported_device) in has_capability_cache()
[all …]
Dtest.c340 && stat_buf.st_dev == stat_spare.st_dev in binary_operator()
Dstat.c1536 out_uint (pformat, prefix_len, major (statbuf->st_dev)); in print_stat()
1538 out_uint (pformat, prefix_len, minor (statbuf->st_dev)); in print_stat()
1540 out_uint (pformat, prefix_len, statbuf->st_dev); in print_stat()
1543 out_uint_x (pformat, prefix_len, statbuf->st_dev); in print_stat()
Dtail.c385 f->dev = st->st_dev; in record_open_fd()
1054 else if (f->ino != new_stats.st_ino || f->dev != new_stats.st_dev) in recheck()
1585 && (f[i].dev != stats.st_dev || f[i].ino != stats.st_ino)) in tail_forever_inotify()
/coreutils/gl/lib/
Droot-dev-ino.c35 root_d_i->st_dev = statbuf.st_dev; in get_root_dev_ino()
/coreutils/
DNEWS630 respectively. %d corresponds to st_dev and %r to std_rdev.
/coreutils/doc/
Dcoreutils.texi12945 @item %d -- Device number in decimal (st_dev)
12946 @item %D -- Device number in hex (st_dev)