Searched refs:st_ino (Results 1 – 15 of 15) sorted by relevance
/coreutils/src/ |
D | cp-hash.c | 35 ino_t st_ino; member 58 return (uintmax_t) p->st_ino % table_size; in src_to_dest_hash() 87 probe.st_ino = ino; in forget_created() 104 ent.st_ino = ino; in src_to_dest_lookup() 122 ent->st_ino = ino; in remember_copied()
|
D | find-mount-point.c | 85 if (st.st_dev != last_stat.st_dev || st.st_ino == last_stat.st_ino) in find_mount_point()
|
D | statx.h | 36 stat->st_ino = stx->stx_ino; in statx_to_stat()
|
D | pwd.c | 210 ino = ent_sb.st_ino; in find_dir_entry() 213 if (ino != dot_sb->st_ino) in find_dir_entry()
|
D | remove.c | 72 st->st_ino = errno; in cache_fstatat() 74 errno = st->st_ino; in cache_fstatat()
|
D | cat.c | 651 ino_t out_ino = stat_buf.st_ino; in main() 710 && stat_buf.st_dev == out_dev && stat_buf.st_ino == out_ino in main()
|
D | copy.c | 687 if (ancestors->ino == sb->st_ino && ancestors->dev == sb->st_dev) in is_ancestor() 2384 earlier_file = remember_copied (dst_relname, src_sb.st_ino, 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() 2933 dir->ino = src_sb.st_ino; in copy_internal() 2980 remember_copied (dst_relname, dst_sb.st_ino, dst_sb.st_dev); in copy_internal() [all …]
|
D | du.c | 436 hash_ins (di_mnt, buf.st_ino, buf.st_dev); in fill_mount_table() 471 ent->fts_statp->st_ino) > 0) in mount_point_in_fts_cycle() 549 && ! hash_ins (di_files, sb->st_ino, sb->st_dev))) in process_file()
|
D | ls.c | 1041 di->st_ino = ino; in dev_ino_push() 1065 assure (sb.st_ino == di.st_ino); in assert_matching_dev_ino() 1398 return (uintmax_t) p->st_ino % table_size; in dev_ino_hash() 1427 ent->st_ino = ino; 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() 3398 f->stat.st_ino = inode; in gobble_file() 3693 int len = strlen (umaxtostr (f->stat.st_ino, buf)); in gobble_file() 4306 return (f->stat_ok && f->stat.st_ino != NOT_AN_INODE_NUMBER in format_inode() 4307 ? umaxtostr (f->stat.st_ino, buf) in format_inode() [all …]
|
D | test.c | 341 && stat_buf.st_ino == stat_spare.st_ino); in binary_operator()
|
D | tail.c | 386 f->ino = st->st_ino; 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()
|
D | stat.c | 1546 out_uint (pformat, prefix_len, statbuf->st_ino); in print_stat()
|
/coreutils/tests/ls/ |
D | stat-vs-dirent.sh | 35 st_ino=$(stat --format=%i "$t/$file") || 44 if test -n "$d_ino" && test "$d_ino" != "$st_ino"; then 45 echo "$0: test failed: $t/$file: d_ino($d_ino) != st_ino($st_ino)
|
/coreutils/gl/lib/ |
D | root-dev-ino.c | 34 root_d_i->st_ino = statbuf.st_ino; in get_root_dev_ino()
|
/coreutils/ |
D | NEWS | 4237 where dirent.d_ino values are inconsistent with those from stat.st_ino.
|